POST
/
instances
/
updateTags
/
validate
curl --request POST \
  --url https://dev.startree.ai/instances/updateTags/validate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '[
  {
    "newTags": [
      "<string>"
    ],
    "instanceName": "Server_a.b.com_20000"
  }
]'

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Body

*/* · object[]

The body is of type object[].