Identity
Update Tenant
Update a tenant's status, description & metadata using its id. No operation can be performed when a tenant is made suspended.
put/tenants/{tenant_id}
Path parameters
tenant_idstring required
Id of the CoreStack account under which the tenant to be updated.
Request body
Example request
{
"cost_anomaly_settings": {
"threshold_configuration": {
"category": "all",
"cost_impact_spend_operator": "and"
}
},
"dimension_settings": [
{
"product": "AppSecOps"
}
],
"status": "active"
}Response
Success