Update a snippet
termix_snippets_update_snippetUpdate an existing snippet by its ID with new content, name, folder, or order.
Instructions
Update a snippet. Updates a specific snippet by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| order | No | ||
| folder | No | ||
| isNote | No | When true, the snippet is a note (copy/paste only, not directly executable on a host). | |
| content | No | ||
| description | No |