We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96e538 commit b35794fCopy full SHA for b35794f
elasticsearch-api/lib/elasticsearch/api/actions/snapshot/delete.rb
@@ -27,6 +27,7 @@ module Actions
27
# @option arguments [String] :repository A repository name
28
# @option arguments [List] :snapshot A comma-separated list of snapshot names
29
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
30
+ # @option arguments [Boolean] :wait_for_completion Should this request wait until the operation has completed before returning
31
# @option arguments [Hash] :headers Custom HTTP headers
32
#
33
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html
0 commit comments