update_query_snippet
Update an existing query snippet in Redash by specifying its ID and modifying trigger, description, or SQL content.
Instructions
Update an existing query snippet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snippetId | Yes | ID of the snippet to update | |
| trigger | No | Trigger keyword for the snippet | |
| description | No | Description of the snippet | |
| snippet | No | The SQL snippet content |