template_update
Update a project template by changing its name, description, or replacing the full task list. Omit fields to keep them unchanged; pass tasks only to replace all tasks.
Instructions
Edit a template in place. Only the fields you pass change; tasks replace the whole list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID | |
| name | No | ||
| tasks | No | Replaces every task. Omit to leave them alone. {variable} works in title and description. | |
| description | No |