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 0818dc7 commit 4a4e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/searchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ export function createSearchClient({
},

/**
* 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 getApiKey - The getApiKey object.
* @param getApiKey.key - API key.
Expand Down

0 comments on commit 4a4e44c

Please sign in to comment.