mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
docs string - > end user /new
This commit is contained in:
parent
8792b8c7fa
commit
cdf32ebf0e
1 changed files with 2 additions and 3 deletions
|
@ -7796,9 +7796,8 @@ async def new_end_user(
|
||||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
[TODO] Needs to be implemented.
|
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 creating a new end-user
|
|
||||||
|
|
||||||
- Allow specifying allowed regions
|
- Allow specifying allowed regions
|
||||||
- Allow specifying default model
|
- Allow specifying default model
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue