Skip to main content
POST
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
/
{dashboardTileUuid}
Error
A valid request URL is required to generate request examples
{
  "results": "<string>",
  "status": "ok"
}
{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}

Path Parameters

dashboardUuid
string
required

the uuid of the dashboard

dashboardTileUuid
string
required

the uuid of the dashboard tile

Body

application/json

the comment to create

the comment to create

text
string
required
mentions
string[]
required
textHtml
string
required
replyTo
string

Response

Success

results
string
required
status
enum<string>
required
Available options:
ok