API endpoint that allows sites to be viewed or edited.

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

{
    "id": 76,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/76/?format=api",
    "name": "Denmark",
    "description": "",
    "project": 79,
    "boundary_rect": [
        55.6876397,
        10.193932,
        56.297703,
        12.5743524
    ],
    "created_at": "2024-08-13T02:04:42.099352",
    "updated_at": "2024-08-13T02:04:42.099369",
    "user_permissions": []
}