Upsert Zones in Bulk
POST/v1/api/locations/zones/bulk
Creates or updates multiple zones at once.
Auth Required
Required Permissions:
system.areas:write("System Areas")
Rate Limit: 20 requests per hour (heavy operation)
Note: This endpoint enforces
requireLocalSite. Ifsite_idis provided in the request body, it must match the device'sDEVICE_SITE_ID— requests targeting a remote site will be rejected.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Zones upserted 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