template_update
Modify an existing content template by updating only the supplied fields, such as title, body, platforms, category, or favorite status.
Instructions
Update an existing content template. All fields are optional — only supplied fields are changed. Use isFavorite=true/false to toggle favorite status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New template body. | |
| title | No | New title. | |
| brandId | No | Brand ID (defaults to active brand) | |
| example | No | New example post. | |
| pattern | No | New pattern description. | |
| category | No | New category label. | |
| platforms | No | Updated platform list. | |
| isFavorite | No | Set true to favorite, false to un-favorite. | |
| templateId | Yes | ID of the content template to update. |