runtime_mutations
workspace-uploads

Complete Uploads

Verify the uploaded keys, then get them in front of the workspace.

What "in front of" means is the difference between the two planes. On the canonical plane the bytes are already where the browser reads them, so this only nudges running boxes to refresh. On the transfer plane they are in a staging bucket the browser cannot see, so the box has to fetch them before the upload exists as far as the user is concerned.

post/api/workspace/uploads/complete

Request body

Response

Successful Response

boxes_pulledinteger nullable
scheduledinteger nullable

Changes

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

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

      response-optional-property-added

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

      response-optional-property-added

    • added the new optional request property files/items/upload_id

      new-optional-request-property

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property scheduled to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added