Skip to content

Commit

Permalink
chore: generated code for commit 200f07e9. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@200f07e

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
  • Loading branch information
algolia-bot and kai687 committed Jul 25, 2024
1 parent 83d8953 commit d7ae477
Show file tree
Hide file tree
Showing 3 changed files with 1,242 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/algolia/api/search_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1529,10 +1529,10 @@ def get_settings_with_http_info(index_name, request_options = {})
# - search
# @param index_name [String] Name of the index on which to perform the operation. (required)
# @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)
# @return [IndexSettings]
# @return [SettingsResponse]
def get_settings(index_name, request_options = {})
response = get_settings_with_http_info(index_name, request_options)
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::IndexSettings")
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::SettingsResponse")
end

# Retrieves all allowed IP addresses with access to your application.
Expand Down
Loading

0 comments on commit d7ae477

Please sign in to comment.