POST
/
tenants
/
{tenantName}
/
metadata
curl --request POST \
  --url https://dev.startree.ai/tenants/{tenantName}/metadata \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

tenantName
string
required

Tenant name

Query Parameters

type
enum<string>

tenant type

Available options:
SERVER,
BROKER
state
enum<string>
required

state

Available options:
enable,
disable,
drop

Response

200
application/json
Success

The response is of type string.