API endpoint that allows sites to be viewed or edited.

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

{
    "id": 108,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/108/?format=api",
    "name": "Default Site",
    "description": "",
    "project": 111,
    "boundary_rect": [
        0.0,
        0.0,
        0.0,
        0.0
    ],
    "created_at": "2025-10-13T06:43:47.128611",
    "updated_at": "2025-10-13T06:43:47.128623",
    "user_permissions": []
}