Messages

Update Message

put/messages/{message_id}

Path parameters

message_idstring required

Request body

task_idstring required
streaming_status'IN_PROGRESS' | 'DONE' nullable

Response

Successful Response

idstring nullable

The task message's unique id

task_idstring required

ID of the task this message belongs to

streaming_status'IN_PROGRESS' | 'DONE' nullable
created_atstring date-time nullable

The timestamp when the message was created

updated_atstring date-time nullable

The timestamp when the message was last updated

Changes