forked from phoenix/litellm-mirror
fix internal user tests to pass
This commit is contained in:
parent
a44bd23631
commit
1c71e4db17
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