latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Divisions
Create division
Creates a division inside the tenant. protected divisions require a resource confirmation code on delete. The new division ID is returned in the ld-division response header.
post/tenants/{tenant_id}/divisions
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Request body
Example request
{
"description": "Production deployment for high-throughput streaming.",
"email": "alice@laserdata.com",
"name": "production",
"protected": true
}Response
Division created. The new division ID is returned in the ld-division header