POST api/2.0/settings/userquotasettings
Saves the user quota settings specified in the request to the current portal.
Name |
Description |
Type |
Example |
EnableUserQuota
sent in body
|
Specifies if the quota settings are enabled or not
|
System.Boolean
|
|
DefaultUserQuota
sent in body
|
Default user quota
|
System.Int64
|
|
POST api/2.0/settings/userquotasettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"EnableUserQuota": true,
"DefaultUserQuota": 1234
}
Message about the result of saving the user quota settings