forked from phoenix/litellm-mirror
fix bug when updating team
This commit is contained in:
parent
36dd2a99d9
commit
8f77cfc013
2 changed files with 35 additions and 33 deletions
|
@ -10181,6 +10181,7 @@ async def create_audit_log_for_update(request_data: LiteLLM_AuditLogs):
|
|||
@management_endpoint_wrapper
|
||||
async def update_team(
|
||||
data: UpdateTeamRequest,
|
||||
http_request: Request,
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
litellm_changed_by: Optional[str] = Header(
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue