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)