Skip to content

Commit a060cef

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 bc91f85 commit a060cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algolia/api/search_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def delete_synonym(index_name, object_id, forward_to_replicas = nil, request_opt
11271127
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::DeletedAtResponse")
11281128
end
11291129

1130-
# 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&#39;s keys. When authenticating with other API keys, you can only retrieve information for that key.
1130+
# 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&#39;s keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by &#x60;&lt;redacted&gt;&#x60;.
11311131

11321132
# @param key [String] API key. (required)
11331133
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
@@ -1157,7 +1157,7 @@ def get_api_key_with_http_info(key, request_options = {})
11571157
@api_client.call_api(:GET, path, new_options)
11581158
end
11591159

1160-
# 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.
1160+
# 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>`.
11611161

11621162
# @param key [String] API key. (required)
11631163
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)

0 commit comments

Comments
 (0)