API endpoint that allows devices to be viewed or edited.

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

{
    "id": 31,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/31/?format=api",
    "name": "MothBox01",
    "description": "",
    "project": 38,
    "created_at": "2024-04-11T16:31:55.838481",
    "updated_at": "2024-04-11T16:32:37.481032",
    "user_permissions": []
}