---
title: "Update task note"
method: PATCH
path: "/v1/tasks/{taskId}/note"
tags: ["tasks"]
---

# Update task note

`PATCH /v1/tasks/{taskId}/note`

## Path parameters

- `taskId` string, required

## Request body

- UpdateTaskNoteDTO
  - `note` string, required — Note content for the task

## Response `200`

Task note updated successfully

- unknown

## Other responses

- `400` — 4000: Failed to update task note<br><br>
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
