v24

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

Create Action Item

Create a new action item for the authenticated user.

  • description: The action item description (1-500 characters)
  • completed: Whether the action item is completed (default: False)
  • due_at: Optional due date in ISO 8601 format with timezone
post/v1/dev/user/action-items

Request body

completedboolean

Whether the action item is completed

descriptionstring required

The action item description

due_atstring date-time nullable

When the action item is due (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