mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix doc string
This commit is contained in:
parent
d35ec1705e
commit
5c02b2bc39
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ async def _enforce_unique_key_alias(
|
|||
(The Admin UI passes key_alias, in all Edit key requests. So we need to be sure that if we find a key with the same alias, it's not the same key we're updating)
|
||||
|
||||
Raises:
|
||||
HTTPException: If key alias already exists on a different key
|
||||
ProxyException: If key alias already exists on a different key
|
||||
"""
|
||||
if key_alias is not None and prisma_client is not None:
|
||||
where_clause: dict[str, Any] = {"key_alias": key_alias}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue