From cdf32ebf0ec3ae66eacc317538a1d5aa5a70a1a1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 27 May 2024 18:20:44 -0700 Subject: [PATCH] docs string - > end user /new --- litellm/proxy/proxy_server.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index b7985ce5ba..ea1677aa39 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -7796,9 +7796,8 @@ async def new_end_user( user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth), ): """ - [TODO] Needs to be implemented. - - Allow creating a new end-user + Allow creating a new Customer + NOTE: This used to be called `/end_user/new`, we will still be maintaining compatibility for /end_user/XXX for these endpoints - Allow specifying allowed regions - Allow specifying default model