Set a licensing mode for a partner tenant -- ONLY for legacy editions
PUT {{base_url}}/api/2/applications/{{management_portal}}/settings/tenants/{{partner_tenant_id}}/licensing_mode
Request Body
{"value"=>"per_gb", "lock"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"own":{"exclusive":false,"value":"per_gb","lock":false},"name":"licensing_mode","effective":null}