Skip to main content
PATCH
Edit a comment on an embeddable dashboard
Replaces a comment’s body and stamps editedAt. Author only: another embed user’s comment returns 403, and a comment that is not on this dashboard returns 404 rather than revealing that it exists elsewhere.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

publicId
string
required
commentId
number
required

Body

application/json

UpdateEmbedDashboardCommentBody

body
string
required
Required string length: 1 - 10000

Response

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