Update action item
Action Items
Update Action Item
Update an action item’s description, completion status, or due date. Setting completed: true automatically sets completed_at.
PATCH
Update action item
Documentation Index
Fetch the complete documentation index at: https://docs.omi.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.
Path Parameters
The ID of the action item to update.
Body
application/json
Response
The updated action item.
Unique identifier.
The action item text.
Whether completed.
Due date (null if not set).
When completed (null if pending).
Associated conversation ID.