Skip to content

Commit 46a89e3

Browse files
algolia-botkai687
andcommitted
fix(specs): wrong ACL for getSettings (generated)
algolia/api-clients-automation#4933 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 74ee789 commit 46a89e3

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
@@ -1501,7 +1501,7 @@ def get_rule(index_name, algolia_object_id, request_options = {})
15011501
# Retrieves an object with non-null index settings.
15021502
#
15031503
# Required API Key ACLs:
1504-
# - search
1504+
# - settings
15051505
# @param index_name [String] Name of the index on which to perform the operation. (required)
15061506
# @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)
15071507
# @return [Http::Response] the response
@@ -1533,7 +1533,7 @@ def get_settings_with_http_info(index_name, request_options = {})
15331533
# Retrieves an object with non-null index settings.
15341534
#
15351535
# Required API Key ACLs:
1536-
# - search
1536+
# - settings
15371537
# @param index_name [String] Name of the index on which to perform the operation. (required)
15381538
# @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)
15391539
# @return [SettingsResponse]

0 commit comments

Comments
 (0)