latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
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
{
"auth_connections_used": 2,
"default_project_max_concurrent_sessions": 10,
"max_auth_connections": 3,
"max_concurrent_sessions": 500,
"min_health_check_interval_seconds": 21600
}