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

descriptionstring
emailstring
namestring
protectedboolean nullable

Optional. Toggle deletion hardening for this division. When true, future DELETE calls must include a one-time confirmation code emailed to the tenant address (request via PUT /tenants/{tenant_id}/request_code with action = "delete_division"). Leave unset to keep the current value.

Example request

{
  "description": "Production deployment for high-throughput streaming.",
  "email": "alice@laserdata.com",
  "name": "production",
  "protected": true
}

Response

Division updated