Update a Job Allocation
OAuth Scope
This endpoint requires the following OAuth scope manage_schedule.
Path parameters
UUID of the Job Allocation
Request body
Example request
{
"job_uuid": "123e4567-740c-4fa5-bf5e-23f94609a4bb",
"staff_uuid": "123e4567-a785-42a0-a73f-23f948f854fb",
"allocation_date": "2026-03-01 12:00:00",
"allocation_window_uuid": "123e4567-6550-4c79-a464-23f946c4a94b",
"allocated_by_staff_uuid": "123e4567-97e7-40aa-94e3-23f94ca2c33b",
"allocated_timestamp": "2026-03-01 12:00:00",
"expiry_timestamp": "2026-03-01 12:00:00",
"read_timestamp": "2026-03-01 12:00:00",
"completion_timestamp": "2026-03-01 12:00:00",
"uuid": "123e4567-2d60-4e31-9315-23f94dd3f31b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 2 of the 50 revisions of this API.615
- ▲
the
acceptance_statusrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
acceptance_timestamprequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
estimated_durationrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
queue_uuidrequest property type/format changed fromstring/uuidto/request-property-type-changed
- ▲
the
requires_acceptancerequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
revised_durationrequest property type/format changed fromstring/to/request-property-type-changed
- ●
removed the request property
activerequest-property-removed
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○