Update message in conversation
Update an existing message in a conversation.
This endpoint updates the content of an existing message in a
conversation.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The unique identifier of the conversation
message_id
The ID of the message to update
Headers
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