---
title: "Update task status"
method: PATCH
path: "/task-status/{id}"
tags: ["Task Status Controller"]
---

# Update task status

`PATCH /task-status/{id}`

## Path parameters

- `id` number, required

## Request body

- CreateUpdateTaskStatusDto
  - `status` string, required — Task status name
  - `backgroundColor` string — Background color for the status (hex color code)
  - `textColor` string — Text color for the status (hex color code)
  - `borderColor` string — Border color for the status (hex color code)

## Response `200`

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
