Workspaces
Uploads an exported workspace or a set of applications if the authorized user is in the workspace. The uploaded file must be a valid ZIP file containing the applications' data for future import.
post/api/workspaces/{workspace_id}/import/upload-file/
Path parameters
workspace_idinteger required
The id of the workspace for which file is uploaded.
Headers
ClientSessionIdstring uuid
An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.