Process uploaded asset file
POST/iguides/:iguideId/assets/:assetName/process
Process an asset file uploaded to S3. This operation is called after Assets: Get Upload Permit and Assets: Upload File are complete. Enqueues a background job to process the uploaded asset file. 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 Assets: Wait for Uploaded File to be Processed.
Request
Responses
- 200
- 401
- 404
Successfully enqueued processing job
Unauthorized
Resource not found