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.Documentation Index
Fetch the complete documentation index at: https://docs.startree.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?