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

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

snapshotId
string
required
Minimum string length: 1

Body

application/json
name
string
description
string

Response

200 response

data
object
required