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
Example request
{
"priority": "High"
}Response
No Content