API endpoint that allows devices to be viewed or edited.

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

{
    "id": 81,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/81/?format=api",
    "name": "Default device",
    "description": "",
    "project": 79,
    "created_at": "2024-08-12T16:21:41.584497",
    "updated_at": "2024-08-12T16:21:41.584511",
    "user_permissions": []
}