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"
}
]
'This response has no body data.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"
}
]
'This response has no body data.Was this page helpful?