---
title: "PUT /task/description/{id}"
method: PUT
path: "/task/description/{id}"
tags: ["Tasks"]
---

# PUT /task/description/{id}

`PUT /task/description/{id}`

Update only the description of a task

## Path parameters

- `id` string, required

## Request body

- object
  - `description` string, required

## Response `200`

Task description updated successfully

- unknown

---

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