Skip to main content

Update a job role

PUT 

/job-roles/:id

Partial update. Send the current version via the If-Match header (preferred; from the ETag of a prior read) or the body _version. Missing → 400; stale → 409.

Request

Responses

A single job role

Response Headers
    ETag

    Current record version; send back as If-Match on update/delete.