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"
}
]'
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"
}
]'
The format of the key is "Basic <token>" or "Bearer <token>"
The body is of type object[]
.
Was this page helpful?