Unassign a crew member
Removes a member from a job's crew. Returns the remaining crew.
Removes a member from a job's crew. Returns the remaining crew.
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.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "member_id": "string", "assignee_kind": "member" } ]}{ "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}Assign crew to a job POST
Adds one or more members to a job's crew (`member_ids` or a single `member_id`). Re-assigning an existing member is a no-op. Returns the full crew.
Create a job POST
Creates an art-logistics job (a scope of work — move/install/crate/condition-check), optionally with its inline item manifest. Job status is derived from task progress, never set here.