restore_task
Restore a previously removed task by detaching its removal label. Reverses soft-delete in Vikunja.
Instructions
Undo remove_task by detaching the removal label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Numeric task id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| done | No | ||
| index | No | ||
| title | Yes | ||
| labels | No | ||
| created | No | ||
| done_at | No | ||
| updated | No | ||
| due_date | No | ||
| end_date | No | ||
| priority | No | ||
| assignees | No | ||
| bucket_id | No | ||
| hex_color | No | ||
| created_by | No | ||
| identifier | No | ||
| project_id | No | ||
| start_date | No | ||
| description | No | ||
| is_favorite | No | ||
| repeat_mode | No | ||
| percent_done | No | ||
| repeat_after | No | ||
| cover_image_attachment_id | No |