Skip to content

Commit

Permalink
docs fix team based routing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Apr 11, 2024
1 parent 68e0c93 commit 6e934cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/my-website/docs/proxy/team_based_routing.md
Expand Up @@ -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' \
-H 'Authorization: Bearer sk-1234' \
-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.

0 comments on commit 6e934cb

Please sign in to comment.