Skip to main content
PATCH
Edit message

Authorizations

Authorization
string
header
required

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

Path Parameters

threadId
string
required

The ID of the thread containing the message.

Pattern: ^[0-9a-z]+$
messageId
string
required

The ID of the message to edit.

Pattern: ^[0-9a-z]+$

Body

application/json
content
string
required

The new content for the message.

Minimum string length: 1
Example:

"Updated message content"

Response

200 - application/json

OK

success
boolean
required
messageId
string
required
Pattern: ^[0-9a-z]+$
content
string
required
editedAt
string<date-time>
required