From 16ac3ca7f2e328964b02ae942de61540e6e10231 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Fri, 27 Sep 2024 08:21:58 +0000 Subject: [PATCH] fix(specs): API key description will be obfuscated (generated) https://github.com/algolia/api-clients-automation/pull/3840 Co-authored-by: algolia-bot Co-authored-by: Kai Welke --- algoliasearch/search/client.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/algoliasearch/search/client.py b/algoliasearch/search/client.py index bba17d70b..f05e317c3 100644 --- a/algoliasearch/search/client.py +++ b/algoliasearch/search/client.py @@ -2265,7 +2265,7 @@ async def get_api_key_with_http_info( request_options: Optional[Union[dict, RequestOptions]] = None, ) -> ApiResponse[str]: """ - Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key. + Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by ``. :param key: API key. (required) @@ -2292,7 +2292,7 @@ async def get_api_key( request_options: Optional[Union[dict, RequestOptions]] = None, ) -> GetApiKeyResponse: """ - Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key. + Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by ``. :param key: API key. (required) @@ -7179,7 +7179,7 @@ def get_api_key_with_http_info( request_options: Optional[Union[dict, RequestOptions]] = None, ) -> ApiResponse[str]: """ - Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key. + Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by ``. :param key: API key. (required) @@ -7206,7 +7206,7 @@ def get_api_key( request_options: Optional[Union[dict, RequestOptions]] = None, ) -> GetApiKeyResponse: """ - Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key. + Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by ``. :param key: API key. (required)