Skip to main content
PUT
/
snapshot
/
{snapshotId}
/
comment
/
{commentId}
Update a snapshot comment
curl --request PUT \
  --url https://app.myhero.so/snapshot/{snapshotId}/comment/{commentId} \
  --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.

Replaces the text of a snapshot comment. Only the comment’s original author may edit it. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

snapshotId
string
required
Minimum string length: 1
commentId
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