Skip to content

Commit

Permalink
fix(specs): API key description will be obfuscated (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3840

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
  • Loading branch information
algolia-bot and kai687 committed Sep 27, 2024
1 parent 6826360 commit 16ac3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algoliasearch/search/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<redacted>`.
:param key: API key. (required)
Expand All @@ -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 `<redacted>`.
:param key: API key. (required)
Expand Down Expand Up @@ -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 `<redacted>`.
:param key: API key. (required)
Expand All @@ -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 `<redacted>`.
:param key: API key. (required)
Expand Down

0 comments on commit 16ac3ca

Please sign in to comment.