Edit entry

Replaces the entry with the given uuid in an OperationsTaskList’s entries array. The stored uuid is preserved regardless of the request body. 404 if no entry matches. | authz: min_org_role=operator | (OperationsTaskListEntryClientCreate1) -> (bool)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_list_idstringRequired
entry_uuidstringRequired

Request

This endpoint expects an object.
descriptionstringRequired<=8192 characters
task_typeenumRequired

Coarse functional buckets a dispatcher batch-processes (powers the per-type functional-queue index). Granular SOP specifics live in the Task’s title/description + tags, not here.

Ordered roughly along the shipment lifecycle (review -> research -> book -> track/verify -> contact -> billing). The buckets are the distinct modes of work an operator sits down and batches; the exact SOP step (e.g. “Send Shipping Label”, “CBC Call”, “Get Pack Time”) is captured in the title.

Contact is split by who (customer, agent, airline, other), not by channel (call vs. email) — the recipient is what a dispatcher batches around, and the channel is a title/tag detail.

titlestringRequired<=512 characters
deadline_anchorenumOptional

What an entry’s deadline_offset_seconds is measured from.

Resolved in a single forward pass at apply time (see module docstring).

deadline_offset_secondsintegerOptionalDefaults to 1200

Response

Successful Response

Errors

422
Operations Task Lists Edit Entry V1request Unprocessable Entity Error