forked from phoenix/litellm-mirror
docs fix team based routing
This commit is contained in:
parent
68e0c93246
commit
6e934cb842
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Now, when you [generate keys](./virtual_keys.md) for this team-id
|
||||||
curl -X POST 'http://0.0.0.0:4000/key/generate' \
|
curl -X POST 'http://0.0.0.0:4000/key/generate' \
|
||||||
-H 'Authorization: Bearer sk-1234' \
|
-H 'Authorization: Bearer sk-1234' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-D '{"team_id": "ishaans-secret-project"}'
|
-d '{"team_id": "ishaans-secret-project"}'
|
||||||
```
|
```
|
||||||
|
|
||||||
All requests made with these keys will log data to their team-specific logging.
|
All requests made with these keys will log data to their team-specific logging.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue