v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Update Job Priority

This endpoint sets the priority for an existing job.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

put/jobs/{jobId}/priority

Path parameters

jobIdstring uuid required

The job's unique identifier

Request body

priority'Urgent' | 'High' | 'Normal' required

Priority of job.

Example request

{
  "priority": "High"
}

Response

No Content