Documentation
Sign inGet started

bird email inbound-addresses update

Usage

कोड उदाहरण
bird email inbound-addresses update <inbound-address-id> [flags]

Description

Update an inbound address
Update the label on an inbound address.
Build the request from flags, a JSON InboundAddressUpdate 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

कोड उदाहरण
# print the body shape (no credentials needed)
bird email inbound-addresses update --example

# the body it prints:
कोड उदाहरण
{
  "label": "Sales mailbox"
}

Options

Address

NameDescription
--labelYour own label for this address, typically the source mailbox it maps to. Send null to clear it; omit the field to leave it unchanged.

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 email inbound-addresses createCreate an inbound address
bird email inbound-addresses deleteDelete an inbound address
bird email inbound-addresses getGet an inbound address
bird email inbound-addresses listList inbound addresses