update_task
Modify an existing task by updating its title, content, due date, priority, or tags using the task ID. Integrates with TickTick for efficient task management.
Instructions
Update an existing task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | New task description/content | |
dueDate | No | New due date in ISO format | |
priority | No | New task priority (0=None, 1=Low, 3=Medium, 5=High) | |
tags | No | New task tags | |
taskId | Yes | Task ID to update (required) | |
title | No | New task title |