Upload ZIP File
This request uploads a ZIP file to a configurator.
Endpoints
- PUT /configurators/{configuratorID}/zip/{subDir}
Url
- configuratorID
-
The ID of the configurator
- subDir
-
The path to the directory where the contents of the ZIP file will be extracted.
Header
- Authorization
-
Bearer {token} (User authorization needed)
Body
- raw
-
The file data
Remark
The path of the directory is the same format as for single files.
Example request
PUT https://api.paramate.trinckle.com/configurators/2ab584fe-7e76-470f-8571-cb07cd8a58d2/zip/configurator/models
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
[raw zip file data]
Output
HTTP/1.1 202 Accepted
See also
- admin_configurators_files_getzip