forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue