Process uploaded stitch data for a work order
POST/iguides/:iguideId/workOrders/:workOrderId/stitchData/:stitchDataId/process
Enqueue processing a Stitch TAR uploaded to S3. This operation is called after Work Order: Get Upload Permit and Work Order: Upload Stitch TAR are complete. The processing operation is asynchronous. This REST API endpoint just enqueues a background job to process the uploaded file. If you need to wait for the file to be processed use Work Order: Wait for Uploaded Stitch TAR to be Processed.
Requires scope: iguide.process.
Request
Responses
- 200
- 400
- 401
- 404
- 409
Successfully enqueued processing job
The uploaded file is not in storage, the work order is already in processing, or the files have been processed and removed
Unauthorized
Resource not found
A job is already queued or running (aborted, onlyIfIdle), wait on /waitForProcess instead