Assign Cameras to Areas in Bulk
PUT/v1/api/locations/cameras/assign-bulk
Assigns multiple cameras to areas at once.
Auth Required
Required Permissions:
system.areas:write("System Areas")
Rate Limit: 20 requests per hour (heavy operation)
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Cameras assigned to areas successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Too many requests
Internal Server Error