mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Merge pull request #24708 from BerriAI/litellm_fix-bulk-update
fix: add /user/bulk_update to management routes
This commit is contained in:
commit
52e9ca7a73
3 changed files with 3 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
# user
|
||||
"/user/new",
|
||||
"/user/update",
|
||||
"/user/bulk_update",
|
||||
"/user/delete",
|
||||
"/user/info",
|
||||
"/user/list",
|
||||
|
|
|
|||
|
|
@ -629,6 +629,7 @@ class RouteChecks:
|
|||
in [
|
||||
"/user/new",
|
||||
"/user/delete",
|
||||
"/user/bulk_update",
|
||||
"/team/new",
|
||||
"/team/update",
|
||||
"/team/delete",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ These are members of a Team on LiteLLM
|
|||
|
||||
/user/new
|
||||
/user/update
|
||||
/user/bulk_update
|
||||
/user/delete
|
||||
/user/info
|
||||
/user/list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue