Modify a message
Messages
Modify message
Modifies an existing message.
PATCH
Modify a message
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the thread to which this message belongs.
The ID of the message to modify.
Body
application/json
The updated content of the message.
Response
200 - application/json
Successful response
The modified message object.