From 18624f8490bf6bc314f9b921eda9e2f51c84b02b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 26 Jan 2024 19:30:35 -0800 Subject: [PATCH] (docstring) /key/info --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 13f0d55a9..d9b8fcce2 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -2524,7 +2524,7 @@ async def info_key_fn( -H "Authorization: Bearer sk-1234" ``` - Example - if no key is passed, it will use the Key Passed in Authorization Header + Example Curl - if no key is passed, it will use the Key Passed in Authorization Header ``` curl -X GET "http://0.0.0.0:8000/key/info" \ -H "Authorization: Bearer sk-02Wr4IAlN3NvPXvL5JVvDA"