PATCH
/
v0
/
chatbots
/
{chatbotId}
/
messages
/
{messageId}
{
  "success": true,
  "message": "Updated the message successfully",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatbotId
string
required

Id of the chatbot that the message belong to

messageId
string
required

Id of the message that has to be updated

Body

application/json

Request Body

reaction
enum<string>

User's reaction to the message

Available options:
POSITIVE,
NEGATIVE,
NEUTRAL
threadId
string

Id of the thread that the message belongs to

Response

200 - application/json

Success Response

data
object | null

Data returned from the server

message
string

Overall message regarding the operation performed

success
boolean

Indicates whether this is success response or error response