@@ -2014,7 +2014,8 @@ public CompletableFuture<DeletedAtResponse> deleteSynonymAsync(@Nonnull String i
2014
2014
/**
2015
2015
* Gets the permissions and restrictions of an API key. When authenticating with the admin API
2016
2016
* key, you can request information for any of your application's keys. When authenticating with
2017
- * other API keys, you can only retrieve information for that key.
2017
+ * other API keys, you can only retrieve information for that key, with the description replaced
2018
+ * by `<redacted>`.
2018
2019
*
2019
2020
* @param key API key. (required)
2020
2021
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -2028,7 +2029,8 @@ public GetApiKeyResponse getApiKey(@Nonnull String key, RequestOptions requestOp
2028
2029
/**
2029
2030
* Gets the permissions and restrictions of an API key. When authenticating with the admin API
2030
2031
* key, you can request information for any of your application's keys. When authenticating with
2031
- * other API keys, you can only retrieve information for that key.
2032
+ * other API keys, you can only retrieve information for that key, with the description replaced
2033
+ * by `<redacted>`.
2032
2034
*
2033
2035
* @param key API key. (required)
2034
2036
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -2040,7 +2042,8 @@ public GetApiKeyResponse getApiKey(@Nonnull String key) throws AlgoliaRuntimeExc
2040
2042
/**
2041
2043
* (asynchronously) Gets the permissions and restrictions of an API key. When authenticating with
2042
2044
* the admin API key, you can request information for any of your application's keys. When
2043
- * authenticating with other API keys, you can only retrieve information for that key.
2045
+ * authenticating with other API keys, you can only retrieve information for that key, with the
2046
+ * description replaced by `<redacted>`.
2044
2047
*
2045
2048
* @param key API key. (required)
2046
2049
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -2059,7 +2062,8 @@ public CompletableFuture<GetApiKeyResponse> getApiKeyAsync(@Nonnull String key,
2059
2062
/**
2060
2063
* (asynchronously) Gets the permissions and restrictions of an API key. When authenticating with
2061
2064
* the admin API key, you can request information for any of your application's keys. When
2062
- * authenticating with other API keys, you can only retrieve information for that key.
2065
+ * authenticating with other API keys, you can only retrieve information for that key, with the
2066
+ * description replaced by `<redacted>`.
2063
2067
*
2064
2068
* @param key API key. (required)
2065
2069
* @throws AlgoliaRuntimeException If it fails to process the API call
0 commit comments