API endpoint that allows devices to be viewed or edited.

GET /api/v2/deployments/devices/89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 89,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/89/?format=api",
    "name": "Default device",
    "description": "",
    "project": 86,
    "created_at": "2024-11-20T19:07:47.641949",
    "updated_at": "2024-11-20T19:07:47.641962",
    "user_permissions": []
}