mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
feat(proxy/_types.py): make setting allowed passthrough routes a premium field on key/team
This commit is contained in:
parent
ce8c481431
commit
f608aefc2d
1 changed files with 1 additions and 1 deletions
|
|
@ -3108,7 +3108,6 @@ LiteLLM_ManagementEndpoint_MetadataFields = [
|
|||
"enforced_params",
|
||||
"temp_budget_increase",
|
||||
"temp_budget_expiry",
|
||||
"allowed_passthrough_routes",
|
||||
]
|
||||
|
||||
LiteLLM_ManagementEndpoint_MetadataFields_Premium = [
|
||||
|
|
@ -3117,6 +3116,7 @@ LiteLLM_ManagementEndpoint_MetadataFields_Premium = [
|
|||
"team_member_key_duration",
|
||||
"prompts",
|
||||
"logging",
|
||||
"allowed_passthrough_routes",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue