Skip to content

Commit

Permalink
docs(proxy_server.py): fix example on swagger for team member delete
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Mar 30, 2024
1 parent 141396a commit 48ac36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litellm/proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6051,7 +6051,7 @@ async def team_member_delete(
-D '{
"team_id": "45e3e396-ee08-4a61-a88e-16b3ce7e0849",
"member": {"role": "user", "user_id": "krrish247652@berri.ai"}
"user_id": "krrish247652@berri.ai"
}'
```
"""
Expand Down

0 comments on commit 48ac36e

Please sign in to comment.