Pular para o conteúdo

Update Tenant Customization

PUT
/api/v1/admin/tenants/{tenant_id}/customization

Update tenant customization settings (super admin only).

Updates colors and custom domain.

tenant_id
required
Tenant Id
integer
TenantCustomizationUpdate

Update tenant customization (colors, domain, background).

object
primary_color
Any of:
string
secondary_color
Any of:
string
custom_domain
Any of:
string
background_theme
Any of:
string

Successful Response

TenantCustomizationResponse

Response with tenant customization data.

object
id
required
Id
integer
name
required
Name
string
slug
required
Slug
string
logo_url
required
Any of:
string
primary_color
required
Any of:
string
secondary_color
required
Any of:
string
custom_domain
required
Any of:
string
background_theme
required
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string