ZipFolderAccessToken
Zip an existing folder.
Endpoint
POST /zipFolder
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set 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
200
Status: 200
"success"
400
"Error Text"