API endpoint that allows devices to be viewed or edited.

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

{
    "id": 29,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/29/?format=api",
    "name": "AMI_A",
    "description": "UKCEH Trap V2_RockPI",
    "project": 23,
    "created_at": "2024-03-26T16:06:21.334257",
    "updated_at": "2024-03-26T16:07:58.165251",
    "user_permissions": []
}