API endpoint that allows sites to be viewed or edited.

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

{
    "id": 88,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/88/?format=api",
    "name": "Default site",
    "description": "",
    "project": 91,
    "boundary_rect": [
        13.18876,
        100.72023,
        14.50943,
        101.92925
    ],
    "created_at": "2025-01-21T12:05:20.137671",
    "updated_at": "2025-01-21T12:05:20.137683",
    "user_permissions": []
}