Update message in conversation
Update an existing message in a conversation.
This endpoint updates the content of an existing message in a conversation.
Path parameters
id
The unique identifier of the conversation
message_id
The ID of the message to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
content
The new content for the message
metadata
Additional metadata for the message
Response
Successful Response
results