v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Update Job Work Type

Updates work type for a specific job.

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

put/jobs/{jobId}/work-type

Path parameters

jobIdstring uuid required

The job's unique identifier

Request body

idinteger required

The work type unique identifier.

Example request

{
  "id": 1
}

Response

The work type of the job was updated successfully