Skip to main content
POST
/
snapshot
/
{snapshotId}
/
comment
Add a snapshot comment
curl --request POST \
  --url https://app.myhero.so/snapshot/{snapshotId}/comment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

snapshotId
string
required
Minimum string length: 1

Body

application/json
comment
string
required
Minimum string length: 1

Response

200 response

data
enum<boolean>
required
Available options:
true