Skip to main content
POST
Post a comment on an embeddable dashboard
Starts a thread, or replies to one when parentId names a thread root. The comment is attributed to the calling embed user — the author is taken from the signed session, never from the request body. Nesting is one level deep: replying to a reply returns 400, and 404 covers a parentId that names a comment on another dashboard, a deleted thread, or nothing at all.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

publicId
string
required

Body

application/json

CreateEmbedDashboardCommentBody

body
string
required
Required string length: 1 - 10000
parentId
integer | null

Response

200 - application/json
body
string
required
createdAt
required
dashboardId
string
required
id
integer
required
isOwn
boolean
required
editedAt
removedAt
userId
integer | null