{
"tenant_id": "string",
"tenant_name": "string",
"start_date": "string",
"end_date": "string",
"enable_graph": true,
"graph_server_endpoint": "string",
"graph_server_api_key": "string",
"graph_storage_type": "neo4j",
"neo4j_url": "string",
"neo4j_username": "string",
"neo4j_password": "string",
"enable_expiry_reminder": true,
"tenant_mode": "sass",
"gpt_space_name": "string",
"chat_space_name": "string",
"bottom_config": "string",
"lb_status": "enable"
}curl --location --request PUT '/boss/api/tenants' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data '{
"tenant_id": "string",
"tenant_name": "string",
"start_date": "string",
"end_date": "string",
"enable_graph": true,
"graph_server_endpoint": "string",
"graph_server_api_key": "string",
"graph_storage_type": "neo4j",
"neo4j_url": "string",
"neo4j_username": "string",
"neo4j_password": "string",
"enable_expiry_reminder": true,
"tenant_mode": "sass",
"gpt_space_name": "string",
"chat_space_name": "string",
"bottom_config": "string",
"lb_status": "enable"
}'{
"detail": "操作成功",
"result": "success"
}