strety_update_todo
Modify specific fields of an existing todo without overwriting unchanged data. Automatic ETag handling prevents update conflicts.
Instructions
Update an existing todo in Strety. Only provide fields you want to change. Handles ETag automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| todoId | Yes | The ID of the todo to update | |
| assignee | No | New assignee name (partial match) | |
| due_date | No | New due date in ISO 8601 format (e.g., '2026-02-15') | |
| priority | No | New priority level | |
| description | No | New description |