Process uploaded stitch data
POST/stitchData/:id/process
Enqueues an asynchronous background job to process the uploaded stitch data.
Requires scope: iguide.process.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Successfully enqueued processing job
The uploaded file is not in storage (stitch_data_not_uploaded), retry on this id; or the files have been processed and removed (failed_precondition), this id is finished
Unauthorized
Missing or invalid uploadToken for this stitch data
Resource not found
The data was already processed (already_exists), read it back instead; or a job is already queued or running (aborted, onlyIfIdle), wait on /waitForProcess instead