runtime_mutations
workspace-uploads

Create Upload Targets

Presign direct-to-store PUT URLs for a batch of workspace files.

post/api/workspace/uploads

Request body

overwriteboolean

Response

Successful Response

expires_in_secondsinteger
max_upload_bytesinteger required
max_single_put_bytesinteger required
multipart_availableboolean required

Changes

Changed in 3 of the 16 revisions of this API.5

    • added the required property max_single_put_bytes to the response with the 200 status

      response-required-property-added

    • added the required property multipart_available to the response with the 200 status

      response-required-property-added

    • added the optional property files/items/upload_id to the response with the 200 status

      response-optional-property-added

    • added the required property max_upload_bytes to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added