Update a job task
Moves a task as it is worked (status, assignee, blocked reason, order, title). Completing a task asserts its required evidence, writes custody for transport/deliver tasks, and advances the job's derived status.
Moves a task as it is worked (status, assignee, blocked reason, order, title). Completing a task asserts its required evidence, writes custody for transport/deliver tasks, and advances the job's derived status.
Authorization
bearerAuth jobs:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: jobs:update
Path Parameters
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Update a task's execution fields.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "job_id": "string", "kind": "pickup", "status": "todo", "title": "string", "artwork_id": "string", "location_id": "string", "assignee_id": "string", "due_at": "string", "position": -9007199254740991, "blocked_reason": "string", "completed_at": "string", "completed_by": "string", "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}