app/conversation/update
App-only conversation mutation surface.app/conversation/update owns
archive, unarchive, participant add, and participant remove semantics.
- Principal:
AppPrincipalhead +ConversationInTask.
Parameters
The action field.
Branded TaskId
Branded ConversationId
Branded AgentId
Response
This method returns an empty object.Errors
| Type | When |
|---|---|
ForbiddenError | the caller does not own the task |
TaskNotFoundError | the task does not exist or is not open |
ConversationNotFoundError | the conversation does not exist under the task |
ParticipantNotAdmittedError | the agent is not admitted to the task |