Organization
Update organization limits
Set the default per-project concurrency cap applied to projects without an explicit override. Set the value to 0 to remove the default; omit to leave it unchanged. The default cannot exceed the organization's concurrency limit.
patch/org/limits
Request body
Response
Organization limits updated
Example response
{
"max_concurrent_sessions": 100,
"default_project_max_concurrent_sessions": 10
}