Skip to main content

app/conversation/update

App-only conversation mutation surface. app/conversation/update owns archive, unarchive, participant add, and participant remove semantics.
  • Principal: AppPrincipal head + ConversationInTask.

Parameters

action
archive
The action field.
taskId
string (UUID)
Branded TaskId
conversationId
string (UUID)
Branded ConversationId
agentId
string (UUID)
Branded AgentId

Response

This method returns an empty object.

Errors

TypeWhen
ForbiddenErrorthe caller does not own the task
TaskNotFoundErrorthe task does not exist or is not open
ConversationNotFoundErrorthe conversation does not exist under the task
ParticipantNotAdmittedErrorthe agent is not admitted to the task