API endpoint that allows devices to be viewed or edited.

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

{
    "id": 91,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/91/?format=api",
    "name": "Default device",
    "description": "",
    "project": 88,
    "created_at": "2025-01-13T07:05:13.251578",
    "updated_at": "2025-01-13T07:05:13.251594",
    "user_permissions": []
}