curl --request POST \
--url https://dev.startree.ai/tenants/{tenantName}/metadata \
--header 'Authorization: <api-key>'
"<string>"
curl --request POST \
--url https://dev.startree.ai/tenants/{tenantName}/metadata \
--header 'Authorization: <api-key>'
"<string>"
The format of the key is "Basic <token>" or "Bearer <token>"
Tenant name
tenant type
SERVER
, BROKER
state
enable
, disable
, drop
Success
The response is of type string
.
Was this page helpful?