Skip to main content
POST
Create a thread reply

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Path Parameters

messageId
string
required

Body

application/json
data
any

Message payload; data.content is TipTap JSON (mention nodes intact). Typed any deliberately — TSOA silently strips Record<string, any>.

attachments
object[]
clientMutationId
string

Client-supplied, so a retried optimistic send doesn't double-post.

Response

200 - application/json

Ok