todoist_filter_update
Update an existing Todoist filter by modifying its name, query, color, order, or favorite status. Note that frozen filters cannot be changed.
Instructions
Update an existing filter in Todoist. Can update name, query, color, order, or favorite status. Note: Frozen filters (from cancelled subscriptions) cannot be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_id | No | ID of the filter to update (provide this OR filter_name) | |
| filter_name | No | Name of the filter to update (provide this OR filter_id) | |
| name | No | New name for the filter (optional) | |
| query | No | New query for the filter (optional) | |
| color | No | New color for the filter (optional) | |
| item_order | No | New order position for the filter (optional) | |
| is_favorite | No | Whether the filter should be marked as favorite (optional) |