mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
add key/{token_id}/regenerate to internal user routes
This commit is contained in:
parent
9fccf829b1
commit
c4cab8812a
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ class LiteLLMRoutes(enum.Enum):
|
|||
"/sso/get/ui_settings",
|
||||
"/login",
|
||||
"/key/generate",
|
||||
"/key/{token_id}/regenerate",
|
||||
"/key/update",
|
||||
"/key/info",
|
||||
"/key/delete",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue