Skip to main content
POST
/
snapshots
/
{id}
/
tags
Add snapshot tag
curl --request POST \
  --url https://api.example.com/snapshots/{id}/tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "message": "<string>"
}

Path Parameters

id
string
required

ID of snapshot to add tag to

Body

application/json

Snapshot tag to add

name
string
required

Response

No Content