API endpoint that allows devices to be viewed or edited.

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

{
    "id": 23,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/23/?format=api",
    "name": "Default Device",
    "description": "",
    "project": 23,
    "created_at": "2024-02-29T03:24:33.151423",
    "updated_at": "2024-02-29T03:24:33.151437",
    "user_permissions": []
}