Update a template
lob_templates_updateUpdate template metadata or publish a new version by specifying the template ID and optional parameters like description, metadata, or published_version.
Instructions
Update a template's metadata or published version. To publish a new version, set published_version to a version ID (vrsn_…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID (`tmpl_…`). | |
| description | No | ||
| published_version | No | ||
| metadata | No | Up to 20 string key/value pairs of arbitrary metadata to attach to the resource. | |
| extra | No | Additional Lob API parameters not enumerated above. Merged into the request body verbatim. See https://docs.lob.com for the full parameter list per resource. |