mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix internal user tests to pass
This commit is contained in:
parent
f4b1aa2074
commit
2b79e44fc5
2 changed files with 119 additions and 15 deletions
|
@ -47,6 +47,7 @@ router = APIRouter()
|
|||
@management_endpoint_wrapper
|
||||
async def new_user(
|
||||
data: NewUserRequest,
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
):
|
||||
"""
|
||||
Use this to create a new INTERNAL user with a budget.
|
||||
|
@ -461,6 +462,7 @@ async def user_info(
|
|||
@management_endpoint_wrapper
|
||||
async def user_update(
|
||||
data: UpdateUserRequest,
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
):
|
||||
"""
|
||||
Example curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue