API endpoint that allows sites to be viewed or edited.

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

{
    "id": 85,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/85/?format=api",
    "name": "Default site",
    "description": "",
    "project": 88,
    "boundary_rect": [
        8.404135,
        -85.339332,
        10.432685,
        -82.960373
    ],
    "created_at": "2025-01-13T07:05:13.261244",
    "updated_at": "2025-01-13T07:05:13.261257",
    "user_permissions": []
}