Skip to content

Commit 16ac3ca

Browse files
algolia-botkai687
andcommitted
fix(specs): API key description will be obfuscated (generated)
algolia/api-clients-automation#3840 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 6826360 commit 16ac3ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/search/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ async def get_api_key_with_http_info(
22652265
request_options: Optional[Union[dict, RequestOptions]] = None,
22662266
) -> ApiResponse[str]:
22672267
"""
2268-
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.
2268+
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>`.
22692269
22702270
22712271
:param key: API key. (required)
@@ -2292,7 +2292,7 @@ async def get_api_key(
22922292
request_options: Optional[Union[dict, RequestOptions]] = None,
22932293
) -> GetApiKeyResponse:
22942294
"""
2295-
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.
2295+
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>`.
22962296
22972297
22982298
:param key: API key. (required)
@@ -7179,7 +7179,7 @@ def get_api_key_with_http_info(
71797179
request_options: Optional[Union[dict, RequestOptions]] = None,
71807180
) -> ApiResponse[str]:
71817181
"""
7182-
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.
7182+
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>`.
71837183
71847184
71857185
:param key: API key. (required)
@@ -7206,7 +7206,7 @@ def get_api_key(
72067206
request_options: Optional[Union[dict, RequestOptions]] = None,
72077207
) -> GetApiKeyResponse:
72087208
"""
7209-
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.
7209+
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>`.
72107210
72117211
72127212
:param key: API key. (required)

0 commit comments

Comments
 (0)