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
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Appends a new comment to the snapshot’s comments array. Requires edit access to the snapshot’s document. Returns true on success.

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