Saves the room quota settings specified in the request to the current portal.
Name | Description | Type | Example |
EnableQuota
sent in body
|
Specifies if the quota settings are enabled or not | Bool value | true |
DefaultQuota
sent in body
|
Default quota value | number | 1234 |
POST api/2.0/settings/roomquotasettings Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "EnableQuota": true, "DefaultQuota": 1234 }
Tenant room quota settings