API endpoint that allows sites to be viewed or edited.

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

{
    "id": 28,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/28/?format=api",
    "name": "Default site",
    "description": "",
    "project": 44,
    "boundary_rect": null,
    "created_at": "2024-04-25T09:10:56.551846",
    "updated_at": "2024-04-25T09:10:56.551856",
    "user_permissions": []
}