Documentation
Sign inGet started

bird support-tickets reply

Usage

Exemple de code
bird support-tickets reply <ticket-id> [flags]

Description

Reply to an existing support ticket.
Adds a message to the ticket and returns the ticket id as confirmation. Run bird support-tickets get &lt;ticket-id> to see the updated history.
Build the request from flags, a JSON CreateSupportTicketMessage 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

Exemple de code
# print the body shape (no credentials needed)
bird support-tickets reply --example

# the body it prints:
Exemple de code
{
  "text": "Can you share more details about the error?"
}
Exemple de code
# reply to a ticket
bird support-tickets reply tkt_123 --text "Any update on this?"

Options

Message

NameDescription
--textMessage content

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
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird support-tickets createOpen a support ticket with Bird.
bird support-tickets getGet a support ticket
bird support-tickets listList support tickets
bird support-tickets viewedRecord that the authenticated user viewed a support ticket