API endpoint that allows devices to be viewed or edited.

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

{
    "id": 40,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/40/?format=api",
    "name": "Default device",
    "description": "",
    "project": 44,
    "created_at": "2024-04-25T09:10:56.543644",
    "updated_at": "2024-04-25T09:10:56.543656",
    "user_permissions": []
}