Skip to main content
PATCH
Update Tenant

Headers

authorization
string | null

Path Parameters

tenant_id
string<uuid>
required

Cookies

ks_uat
string | null

Body

application/json

Update tenant request model.

name
string | null

Optional tenant name to update

idp_config
IdpConfig · object | null

Optional external IdP configuration to update

settings
TenantSettingsUpdate · object | null

Optional tenant settings to update

Response

Successful Response

Tenant response model.

id
string<uuid>
required

Tenant ID

name
string
required

Tenant name

settings
TenantSettingsResponse · object
required

User-configurable tenant settings

idp_config
Idp Config · object | null

External IdP configuration

branding
TenantBrandingResponse · object

Resolved branding (colors, logo URLs, theme overrides)