docs string - > end user /new

This commit is contained in:
Ishaan Jaff 2024-05-27 18:20:44 -07:00
parent 8792b8c7fa
commit cdf32ebf0e

View file

@ -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