API endpoint that allows sites to be viewed or edited.

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

{
    "id": 65,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/65/?format=api",
    "name": "Søholt Storskov",
    "description": "",
    "project": 16,
    "boundary_rect": [
        54.718938,
        11.35643,
        54.78089,
        11.587632
    ],
    "created_at": "2024-06-12T05:38:00.873124",
    "updated_at": "2024-06-12T05:38:00.873137",
    "user_permissions": []
}