Printago API
PATCH
/v1/print-jobs/move-to-queue-front
Prioritize jobs
Move jobs to the front of the queue for priority printing
Request Body
IDs of jobs to prioritize
PrintJobOperationRequest
printJobIdsrequired
string[]
Example Request
application/json
{
"printJobIds": [
"string"
]
}
Response Schema
Response
value
string[]
Example Response
200 OK — application/json
[ "string" ]