ticktick_resume_focus_session
Resume a paused focus session on TickTick by providing the session ID, allowing users to continue their productivity tasks without interruption.
Instructions
Resume a paused focus session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes | ID of the session to resume |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"description": "ID of the session to resume",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}