PUT api/2.0/files/settings/autocleanup
Updates the trash bin auto-clearing setting.
Name |
Description |
Type |
Example |
Set
sent in body
|
Enables the auto-clearing or not
|
System.Boolean
|
|
Gap
sent in body
|
A time interval when the auto-clearing will be performed
|
ASC.Files.Core.DateToAutoCleanUp
|
|
PUT api/2.0/files/settings/autocleanup
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Set": true,
"Gap": "OneWeek"
}
The auto-clearing setting properties: auto-clearing or not, a time interval when the auto-clearing will be performed