Skip to main content
POST
Create Action Item

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <firebase_id_token>.

Body

application/json
description
string
required

The action item description

Required string length: 1 - 500
completed
boolean
default:false

Whether the action item is completed

due_at
string<date-time> | null

When the action item is due (ISO format with timezone)

Response

Successful Response

completed
boolean
required
description
string
required
id
string
required
completed_at
string<date-time> | null
conversation_id
string | null
created_at
string<date-time> | null
due_at
string<date-time> | null
updated_at
string<date-time> | null