fix bug when updating team

This commit is contained in:
Ishaan Jaff 2024-06-13 15:18:09 -07:00 committed by Krrish Dholakia
parent 36dd2a99d9
commit 8f77cfc013
2 changed files with 35 additions and 33 deletions

View file

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