API endpoint that allows sites to be viewed or edited.

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

{
    "id": 22,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/22/?format=api",
    "name": "Gamboa",
    "description": "",
    "project": 38,
    "boundary_rect": [
        9.11809,
        -79.7003,
        9.11809,
        -79.7003
    ],
    "created_at": "2024-04-11T16:31:55.850880",
    "updated_at": "2024-04-11T16:32:51.743285",
    "user_permissions": []
}