POST api/2.0/settings/roomquotasettings This function requires authentication

Description

Saves the room quota settings specified in the request to the current portal.

Parameters
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
Example
POST api/2.0/settings/roomquotasettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "EnableQuota": true,
  "DefaultQuota": 1234
}
Returns

Tenant room quota settings