Freelo Update Task Description
freelo_update_task_descriptionReplace a task's description with new plain text or markdown content. Pass a task ID and new description, or an empty string to clear the existing description.
Instructions
Updates only the description of a task. Supports plain text or markdown. Previous description is replaced completely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID. Get from freelo_get_all_tasks. | |
| description | Yes | New description content (markdown supported). Use empty string to clear. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| name | Yes | Task name | |
| author | No | Task author | |
| labels | No | ||
| worker | No | User object | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| due_date | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| state_id | No | State ID: 1=active, 2=finished | |
| subtasks | No | Subtasks | |
| project_id | No | Project ID | |
| description | No | Task description | |
| tasklist_id | No | Tasklist ID | |
| due_date_end | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| priority_enum | No | Priority: h=high, m=medium, l=low | |
| time_estimate | No | ||
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| tracking_users | No | ||
| date_finished_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") |