bird email templates versions languages
Usage
代码示例
bird email templates versions languagesDescription
Each language carries its own subject and HTML body, plus a plain-text body you either
supply or let the submit derive from the HTML. Reads work against any version; writes only
apply to a draft, since a submitted version is immutable, and a draft's default language
can never be deleted.
Reads return JSON. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.
Commands
| Name | Description |
|---|---|
| delete | Delete one language from a draft |
| get | Get one language of a version |
| list | List a version's languages |
| set | Upsert one language of a draft |
| update | Update one language of a draft |