API endpoint that allows sites to be viewed or edited.

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

{
    "id": 102,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/102/?format=api",
    "name": "Default site",
    "description": "",
    "project": 105,
    "boundary_rect": [
        0.0,
        0.0,
        0.0,
        0.0
    ],
    "created_at": "2025-01-27T10:42:55.170710",
    "updated_at": "2025-01-27T10:42:55.170722",
    "user_permissions": []
}