admin
Update Tenant Quota
Update tenant quota limits (tenure).
Adjustable quotas:
max_agents: Maximum number of agents allowedmax_squads: Maximum number of squads allowedmax_calls_per_month: Monthly call limitmax_concurrent_calls: Concurrent call limitmax_minutes_per_month: Monthly minutes limitmax_campaigns: Maximum campaigns allowedmax_recordings_gb: Recording storage limitmax_files_gb: File storage limitmax_file_size_mb: Maximum single file size
PUT
Update Tenant Quota
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request to update tenant quota (tenure).
Maximum agents
Required range:
1 <= x <= 1000Maximum squads
Required range:
1 <= x <= 100Monthly call limit
Required range:
0 <= x <= 1000000Concurrent call limit
Required range:
1 <= x <= 1000Monthly minutes limit
Required range:
x >= 0Maximum campaigns
Required range:
0 <= x <= 1000Recording storage limit (GB)
Required range:
0 <= x <= 1000File storage limit (GB)
Required range:
0 <= x <= 100Max single file size (MB)
Required range:
1 <= x <= 500Response
Successful Response
Update Tenant Quota