Printago API
PATCH /v1/print-jobs/pause

Pause print jobs

Send printer a command to pause the job

Requires: queue.manage

Request Body

IDs of jobs to pause

PrintJobOperationRequest
printJobIdsrequired
string[]

Example Request

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

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]