Skip to content

Commit 664248a

Browse files
Auto-generated API code
1 parent d7bc81b commit 664248a

File tree

3 files changed

+2
-72
lines changed

3 files changed

+2
-72
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cluster/get_settings.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# Returns cluster settings.
2626
#
2727
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
28-
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
28+
# @option arguments [Time] :master_timeout Timeout for waiting for new cluster state in case it is blocked
2929
# @option arguments [Time] :timeout Explicit operation timeout
3030
# @option arguments [Boolean] :include_defaults Whether to return all default clusters setting.
3131
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-api/lib/elasticsearch/api/actions/connector/delete.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module Actions
2929
# support SLA of official GA features.
3030
#
3131
# @option arguments [String] :connector_id The unique identifier of the connector to be deleted.
32+
# @option arguments [Boolean] :hard If true, the connector doc is deleted. If false, connector doc is marked as deleted (soft-deleted).
3233
# @option arguments [Boolean] :delete_sync_jobs Determines whether associated sync jobs are also deleted.
3334
# @option arguments [Hash] :headers Custom HTTP headers
3435
#

elasticsearch-api/lib/elasticsearch/api/actions/indices/unfreeze.rb

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)