PUT api/2.0/files/settings/downloadtargz
Changes the format of the downloaded archive from .zip to .tar.gz. This method uses the body parameters.
Name |
Description |
Type |
Example |
Set
sent in body
|
Specifies whether to set the specified settings or not
|
System.Boolean
|
|
PUT api/2.0/files/settings/downloadtargz
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Set": true
}
application/json
{
"status": 0,
"response": {}
}
text/xml
<result>
<status>0</status>
<response />
</result>