Skip to main content
POST
Record a task update

Authorizations

x-api-key
string
header
required

Workspace API key. Current accepted keys use the ando_sk_ prefix.

Headers

Idempotency-Key
string

Idempotency key for safely retrying this write. Idempotency key.

Maximum string length: 255

Path Parameters

taskId
string
required

Task identifier.

Body

application/json

Record a task worklog/checkpoint update and optional task/resource changes.

entry
object
required

Task update entry.

expected_state_version
integer

Optimistic task state version expected by the caller.

Required range: x >= 0
resource_ops
object[]

Resource changes.

Task resource operation.

task_patch
object

Task fields to update.

Response

Recorded task update.

Recorded task update response.

changed_resources
object[]
required

Resources changed by this update.

entry
object
required

Task entry.

task
object
required

Task result.