Sign inGet Started

bird amb conversations update

Usage

Code example
bird amb conversations update <conversation-id> [flags]

Description

Update a conversation
Updates assignment, labels and read state on a workspace conversation. Omitted fields stay unchanged; null assigned_to unassigns, empty labels clears labels, and read false has no effect. This operation does not close or reopen a conversation.
Build the request from flags, a JSON AMBConversationUpdate body via --body-file ("-" reads stdin), or both — a flag overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Code example
# print the body shape (no credentials needed)
bird amb conversations update --example

# the body it prints:
Code example
{
  "assigned_to": "usr_01krdgeqcxet5s7t44vh8rt9mg"
}

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--assigned-toUser to assign this conversation to. Pass null to unassign it.
--labels <value>…Replaces the full set of labels on this conversation. Pass an empty array to clear every label.
--readSet to true to mark this conversation read, resetting unread_count to zero. There is no way to mark a conversation unread through this field; false has no effect.
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird amb conversations getGet a conversation
bird amb conversations listList conversations
bird amb conversations list-messagesList messages in a conversation
bird amb conversations typingSend a typing indicator