ticktick_resume_habit
Resume a paused habit in TickTick using the habit ID to continue tracking progress and maintain consistency in your daily routines.
Instructions
Resume a paused habit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
habit_id | Yes | ID of the habit to resume |
Input Schema (JSON Schema)
{
"properties": {
"habit_id": {
"description": "ID of the habit to resume",
"type": "string"
}
},
"required": [
"habit_id"
],
"type": "object"
}