# UpdatePostTemplateInput

UpdatePostTemplateInput

Input for an end user updating a post template. Buffer-curated
taxonomy fields are ignored; setting them is only available to
official Buffer clients.

**Fields:**
- `id`: `PostTemplateId!` - The ID of the template to update.
- `body`: `String` - The main content body of the template, may contain {{placeholders}}.
- `description`: `String` - A short user-facing description of the template.
- `emoji`: `String` - The emoji associated with the template.
- `title`: `String` - The title of the template.
- `visibility`: `PostTemplateVisibility` - `public` is rejected — it is only available to official Buffer
clients.