/v1/mgmt/tenant/patchAuthorization
Descope Project ID and Management Key Project ID:Management Key as bearer token.
In: header
Request Body
application/json
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Custom attributes as key-value pairs. Keys must be strings; values can be strings, numbers, booleans, or arrays.
{
"attribute-key": "attribute-value"
}deprecated - authType should be set via ConfigureTenantSettings
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Patch a tenant, using a valid management key. Only the fields that are provided in the request are updated, any other field keeps its current value.
curl -X PATCH "https://api.descope.com/v1/mgmt/tenant/patch" \ -H "Content-Type: application/json" \ -d '{}'