This commit is contained in:
Ishaan Jaff 2025-03-15 10:26:23 -07:00
parent f13be1416f
commit 5b707f97de

View file

@ -325,13 +325,6 @@ general_settings:
team_id_jwt_field: "client_id" # 👈 KEY CHANGE
```
## All Params
[**See Code**](https://github.com/BerriAI/litellm/blob/b204f0c01c703317d812a1553363ab0cb989d5b6/litellm/proxy/_types.py#L95)
### Block Teams
To block all requests for a certain team id, use `/team/block`
@ -496,4 +489,10 @@ curl -L -X POST 'http://0.0.0.0:4000/v1/chat/completions' \
}
]
}'
```
```
## All JWT Params
[**See Code**](https://github.com/BerriAI/litellm/blob/b204f0c01c703317d812a1553363ab0cb989d5b6/litellm/proxy/_types.py#L95)