Skip to main content
POST
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
/
{dashboardTileUuid}
cURL
curl --request POST \
  --url http://api/v1/comments/dashboards/{dashboardUuid}/{dashboardTileUuid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "replyTo": "<string>",
  "mentions": [
    "<string>"
  ],
  "textHtml": "<string>"
}
'
{
  "results": "<string>",
  "status": "ok"
}

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

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

Response

Success

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