Chatbot Messages
Update Message
Update message that belongs to a particular thread. You can only add reaction to the message for now.
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
messages
/
{messageId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
chatbotId
string
requiredId of the chatbot that the message belong to
messageId
string
requiredId of the message that has to be updated
Body
application/json
Request Body
threadId
string
Id of the thread that the message belongs to
reaction
enum<string>
User's reaction to the message
Available options:
POSITIVE
, NEGATIVE
, NEUTRAL
Response
200 - application/json
Success Response
success
boolean
Indicates whether this is success response or error response
message
string
Overall message regarding the operation performed
data
object | null
Data returned from the server
Was this page helpful?