latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Divisions
Update division
Updates division attributes. All fields are optional - omitted fields are unchanged. Toggling protected from false to true requires the division to be in a known-good state.
put/tenants/{tenant_id}/divisions/{division_id}
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
division_idinteger required
Example:7261844974723780000
Division identifier
Request body
Example request
{
"description": "Production deployment for high-throughput streaming.",
"email": "alice@laserdata.com",
"name": "production",
"protected": true
}Response
Division updated