Upload a file
PUT https://{{hub}}/file/{{org_id}}/files/{{top_level_folder}}/{{subfolder_path}}/{{filename}}
Request to upload a file; an Azure Blob Storage upload link is provided to complete the operation. If the folders in the file path do not exist, they will be created. If the file already exists, then a new version will be created.
The returned link is a pre-signed URL for a Microsoft Azure Blob store within our Seequent hubs. It has a 5 minute expiry, so make the second PUT request within this time window, but this time to the returned URL.
Note:
ORG_ID is a path variable for the uuid allocated to the customer.
/TOPLEVELFOLDER/SUBFOLDER/FILE.EXT is an absolute path, URL-encoded.
RESPONSES
status: OK
{"upload":"UPLOAD_LINK"}