Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:8000/v1/console/tenants/{tenant_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "<string>", "is_active": true, "lms_type": "<string>", "name": "<string>", "slug": "<string>" } '
{ "data": { "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "is_active": true, "name": "<string>", "slug": "<string>", "ai_config": { "admin_email": "<string>", "default_language": "<string>", "default_llm_model": "<string>", "default_stt_language": "<string>", "default_tts_voice": "<string>", "max_sessions_per_student": 123, "support_email": "<string>" }, "allowed_origins": [], "branding": { "logo_url": "<string>", "primary_color": "<string>", "secondary_color": "<string>", "widget_position": "<string>" }, "domain": "<string>", "lms_type": "<string>", "sso_config": { "is_enabled": true, "provider": "<string>", "server_url": "<string>", "callback_url": "<string>" }, "updated_at": "2023-11-07T05:31:56Z" }, "message": "<string>", "success": true }
Update tenant. SUPER_ADMIN only.
Enter your JWT access token
255
50
1 - 255
1 - 100
^[a-z0-9-]+$
Successful Response
Show child attributes