API endpoint that allows sites to be viewed or edited.

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

{
    "id": 13,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/13/?format=api",
    "name": "PF",
    "description": "",
    "project": 24,
    "boundary_rect": [
        49.00099,
        -57.59317,
        49.01417,
        -57.58492
    ],
    "created_at": "2024-02-20T14:55:41.853472",
    "updated_at": "2024-02-20T14:55:41.853489",
    "user_permissions": []
}