Printago API
PATCH /v1/print-jobs/resume

Resume paused jobs

Send printer a command to resume a paused job

Requires: queue.manage

Request Body

IDs of jobs to resume

PrintJobOperationRequest
printJobIdsrequired
string[]

Example Request

application/json
{
  "printJobIds": [
    "string"
  ]
}

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]