update_tenant
Update the tenant profile: name, welcome message, admin contact, admin email, currency, locale.| Property | |
|---|---|
| Read-only | No |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | DataTenant | Yes | Tenant 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-only | Yes |
Parameters
None.Returns
AConfigAI 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-only | No |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | ConfigAI | Yes | AI configuration object with updated provider settings. |