type: error post: description: |

<>

___ body: multipart/form-data: formParameters: file: description: The file to be uploaded. - required - required: true example: archive.zip type: file format: description: Specifies the archive format (tar.gz or zip) of the import file. Possible values are ZIP and TAR_GZ. overwrite: description: If set to [true] files from the import archive overwrite existing configurations. - required - required: true example: true type: boolean targetFolder: description: Folder the import should be applied to, e.g. if folder is set to "/myImport", an object from the archive with path "/myWorkflows/workflows1" will be imported as "/myImport/myWorkflows/workflow1". - optional - required: false example: /myImport type: string suffix: description: required: false type: string prefix: required: false type: string comment: description: for auditLog required: false type: string timeSpent: description: for auditLog required: false type: string ticketLink: description: for auditLog required: false type: string responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok