v24

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012843108.3 KB
Action Items

Update Action Item

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)
patch/v1/dev/user/action-items/{action_item_id}

Path parameters

action_item_idstring required

Request body

completedboolean nullable

New completion status

descriptionstring nullable

New description

due_atstring date-time nullable

New due date (ISO format with timezone)

Response

Successful Response

completedboolean required
completed_atstring date-time nullable
conversation_idstring nullable
created_atstring date-time nullable
descriptionstring required
due_atstring date-time nullable
idstring required
updated_atstring date-time nullable