API endpoint that allows devices to be viewed or edited.

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

{
    "id": 87,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/devices/87/?format=api",
    "name": "Box2",
    "description": "AMI-Trap Box 2",
    "project": 84,
    "created_at": "2024-09-12T17:24:47.916573",
    "updated_at": "2024-09-12T17:24:47.916593",
    "user_permissions": []
}