API endpoint that allows sites to be viewed or edited.

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

{
    "id": 10,
    "details": "https://api.beluga.insectai.org/api/v2/deployments/sites/10/?format=api",
    "name": "Meetinghouse Hill",
    "description": "Meadow and yard with extensive hardwood forest",
    "project": 18,
    "boundary_rect": [
        43.57876,
        -72.54442,
        43.57876,
        -72.54442
    ],
    "created_at": "2024-02-02T14:30:34.020920",
    "updated_at": "2024-09-04T23:03:25.028759",
    "user_permissions": []
}