ZipFolder
POST /zipFolder
Zip an existing folder.
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset in the Config | 
Body
| Field | Value | Type | 
|---|---|---|
| folder | Folder to zip | string | 
| zipName | Name of the resulting zip | string | 
| deleteFolder | If the folder should be deleted afterwards | boolean | 
| test(optional) | Only log the file action but don’t execute it for testing purposes | true | 
Response
Status: 200
"success"Last updated on