Jobs
Hold a pending job
Admin only. Sets a pending job to held status.
post/jobs/{uuid}/hold
Path parameters
uuidstring required
Response
Job held
Example response
{
"status": "success",
"job": {
"payload": {
"project_id": 123,
"options": {}
},
"result": {
"pdf_path": "/path/to/project_123.pdf",
"project_id": 123,
"generated_at": "2025-01-11 16:30:45"
}
}
}