app/task/update
App-only task mutation surface.app/task/update owns task close,
participant admit, and participant remove semantics.
- Principal:
AppPrincipalhead. The app-arm handler runsassertCallerAppOwnsTaskbefore dispatching the selected action.
Parameters
The action field.
Branded TaskId
Branded AgentId
Response
The action field.
The task field.
The participant field.
Errors
| Type | When |
|---|---|
ForbiddenError | the caller does not own the task |
TaskNotFoundError | the task does not exist |