---
title: "Update a to-do"
method: PUT
path: "/tasks/{id}"
tags: ["To-dos"]
---

# Update a to-do

`PUT /tasks/{id}`

## Path parameters

- `id` string, required

## Request body

- ToDosPostRequest
  - `task` object
    - `body` string

## Response `200`

Successful operation

## Changes

- **2026-08-19** `f2725b45bcf3` — 1 warning, 1 info
  - removed the optional property `task/assigned_to_users` from the response with the `200` status
  - added the optional property `task/assigned_to_products` to the response with the `200` status
- **2026-07-26** `69bd8c9e8932` — 1 info
  - added the optional property `task/custom_fields` to the response with the `200` status

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/tasks/:id/put.md)

---

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