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

Path Parameters

tenant_id
string
required

Body

application/json
key
string
required
value
Value · object
reason
string
default:""

Response

Successful Response

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