---
title: "Modify a task"
method: POST
path: "/modify-task"
tags: ["Tasks"]
---

# Modify a task

`POST /modify-task`

Modify task properties including description, project, priority, status, due date, and tags

## Request body

- ModelsModifyTaskRequestBody
  - `UUID` string
  - `depends` string[]
  - `description` string
  - `due` string
  - `email` string
  - `encryptionSecret` string
  - `priority` string
  - `project` string
  - `status` string
  - `tags` string[]
  - `taskuuid` string

## Response `202`

Task modification accepted for processing

- string

## Other responses

- `400` — Bad request - invalid input or missing required fields
- `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)
