Edit message
Messages
Edit message
Edit a message in a thread. Only works for X Chat (encrypted DM) threads.
PATCH
Edit message
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the thread containing the message.
Pattern:
^[0-9a-z]+$The ID of the message to edit.
Pattern:
^[0-9a-z]+$Body
application/json
The new content for the message.
Minimum string length:
1Example:
"Updated message content"