Skip to main content

app/task/update

App-only task mutation surface. app/task/update owns task close, participant admit, and participant remove semantics.
  • Principal: AppPrincipal head. The app-arm handler runs assertCallerAppOwnsTask before dispatching the selected action.

Parameters

action
close
The action field.
taskId
string (UUID)
Branded TaskId
agentId
string (UUID)
Branded AgentId

Response

action
closed
The action field.
task
object
The task field.
participant
object
The participant field.

Errors

TypeWhen
ForbiddenErrorthe caller does not own the task
TaskNotFoundErrorthe task does not exist