API endpoint that allows sites to be viewed or edited.

GET /api/v2/deployments/sites/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/sites/87/?format=api",
    "name": "Default site",
    "description": "",
    "project": 90,
    "boundary_rect": [
        1.310886,
        103.6850555,
        1.4456029,
        103.834879
    ],
    "created_at": "2025-01-14T05:46:43.516578",
    "updated_at": "2025-01-14T05:46:43.516591",
    "user_permissions": []
}