POST
/
api
/
v1
/
ops
/
tenants
/
{tenant_id}
/
tier
Set Tier
curl --request POST \
  --url https://api.example.com/api/v1/ops/tenants/{tenant_id}/tier \
  --header 'Content-Type: application/json' \
  --data '
{
  "tier": "<string>",
  "reason": ""
}
'
{}

Path Parameters

tenant_id
string
required

Body

application/json
tier
string
required
reason
string
default:""

Response

Successful Response

The response is of type Response Set Tier Api V1 Ops Tenants Tenant Id Tier Post · object.