Skip to content

Commit eba9f9a

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 0c73bbc commit eba9f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/commonMain/kotlin/com/algolia/client/api/SearchClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public class SearchClient(
521521
}
522522

523523
/**
524-
* 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.
524+
* 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>`.
525525
* @param key API key.
526526
* @param requestOptions additional request configuration.
527527
*/

0 commit comments

Comments
 (0)