mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat(_types.py): allow team admin to delete member from team
This commit is contained in:
parent
64affd0d6b
commit
c305eb3321
2 changed files with 7 additions and 3 deletions
|
@ -342,7 +342,10 @@ class LiteLLMRoutes(enum.Enum):
|
|||
+ sso_only_routes
|
||||
)
|
||||
|
||||
team_admin_routes: List = ["/team/member_add"] + internal_user_routes
|
||||
team_admin_routes: List = [
|
||||
"/team/member_add",
|
||||
"/team/member_delete",
|
||||
] + internal_user_routes
|
||||
|
||||
|
||||
# class LiteLLMAllowedRoutes(LiteLLMBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue