Skip to main content

update_tenant

Update the tenant profile: name, welcome message, admin contact, admin email, currency, locale.
Property
Read-onlyNo

Parameters

ParameterTypeRequiredDescription
modelDataTenantYesTenant object with updated profile fields.

Returns

No content on success. Requires super admin.

get_ai_config

Get the AI provider configuration for the current tenant.
Property
Read-onlyYes

Parameters

None.

Returns

A ConfigAI object with AI provider settings including OpenAI and Azure AI configuration.

update_ai_config

Update the AI provider configuration: OpenAI and Azure AI settings.
Property
Read-onlyNo

Parameters

ParameterTypeRequiredDescription
modelConfigAIYesAI configuration object with updated provider settings.

Returns

No content on success. Requires super admin.