API endpoint that allows sites to be viewed or edited.

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

{
    "id": 29,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/29/?format=api",
    "name": "Default site",
    "description": "",
    "project": 45,
    "boundary_rect": null,
    "created_at": "2024-04-25T09:42:07.235275",
    "updated_at": "2024-04-25T09:42:07.235284",
    "user_permissions": []
}