PUT api/2.0/files/settings/downloadtargz
Changes the format of the downloaded archive from .zip to .tar.gz.
Name |
Description |
Type |
Example |
set
sent in body
|
Turns the parameter on or off
|
Bool value
|
true
|
PUT api/2.0/files/settings/downloadtargz
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"set": true
}