---
title: "Update Action Item"
method: PATCH
path: "/v1/dev/user/action-items/{action_item_id}"
tags: ["Action Items"]
---

# Update Action Item

`PATCH /v1/dev/user/action-items/{action_item_id}`

Update an action item.

- **action_item_id**: The ID of the action item to update
- **description**: New description (optional)
- **completed**: New completion status (optional)
- **due_at**: New due date (optional, set to null to remove)

## Path parameters

- `action_item_id` string, required

## Request body

- UpdateActionItemRequest
  - `completed` boolean, nullable — New completion status
  - `description` string, nullable — New description
  - `due_at` string, date-time, nullable — New due date (ISO format with timezone)

## Response `200`

Successful Response

- DeveloperActionItem
  - `completed` boolean, required
  - `completed_at` string, date-time, nullable
  - `conversation_id` string, nullable
  - `created_at` string, date-time, nullable
  - `description` string, required
  - `due_at` string, date-time, nullable
  - `id` string, required
  - `updated_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authenticated, but the token does not grant the required scope.
- `404` — Requested resource was not found.
- `422` — Validation Error

## Changes

> 28 revisions in range; 6 could not be searched.

- **2026-06-30** `fbfe4956e141` — 2 warning
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
- **2026-06-30** `c2ab717efdbc` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-06-30** `fbfe4956e141` — 2 warning
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
- **2026-06-30** `c2ab717efdbc` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-06-30** `fbfe4956e141` — 2 warning
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status

[Full history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/user/action-items/:action_item_id/patch.md)

---

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