Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

token

The connection token

Required

projectid

The project

Required

locale

The language.

Required

zipname

The path/name of the zip file. Example: "myfiles.zip", "folder1/new.zip", etc.

Required

name

Indicate a ":"-separated list of files or folders. If you specify a folder, all files and sub folders will be included in the zip.Example: "names=file1.doc:folder\file2.doc:folder2"

Required

overwrite

Default: false. If false then the operation will fail if the zip file already exists. If true, then an eventually existing zip file will be replaced.

Optional

 

RESULTS

On success, returns the details (ApiFileInfofor ApiFileInfo) for the newly created zip file.

...