---
title: "Edit a task"
method: POST
path: "/edit-task"
tags: ["Tasks"]
---

# Edit a task

`POST /edit-task`

Edit task description and tags in Taskwarrior

## Request body

- ModelsEditTaskRequestBody
  - `UUID` string
  - `annotations` ModelsAnnotation[]
    - `description` string
    - `entry` string
  - `depends` string[]
  - `description` string
  - `due` string
  - `email` string
  - `encryptionSecret` string
  - `end` string
  - `entry` string
  - `project` string
  - `recur` string
  - `start` string
  - `tags` string[]
  - `taskuuid` string
  - `wait` string

## Response `202`

Task edit accepted for processing

- string

## Other responses

- `400` — Bad request - invalid input or missing taskID
- `405` — Method not allowed

---

[API](https://skmtc.dev/ccextractor/apis/ccsync-api.md) · [All operations](https://skmtc.dev/ccextractor/apis/ccsync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ccextractor/ccsync-api/revisions/29008907af99/schema)
