API endpoint that allows sites to be viewed or edited.

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

{
    "id": 17,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/17/?format=api",
    "name": "Default Site",
    "description": "",
    "project": 23,
    "boundary_rect": [
        61.60203,
        -71.94997,
        61.60203,
        -71.94997
    ],
    "created_at": "2024-02-29T03:24:20.603689",
    "updated_at": "2024-02-29T03:24:20.603707",
    "user_permissions": []
}