Skip to content

Commit b35794f

Browse files
committed
[API] Adds wait_for_completion parameter to snapshot.delete
1 parent d96e538 commit b35794f

File tree

1 file changed

+1
-0
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/snapshot

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module Actions
2727
# @option arguments [String] :repository A repository name
2828
# @option arguments [List] :snapshot A comma-separated list of snapshot names
2929
# @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
3031
# @option arguments [Hash] :headers Custom HTTP headers
3132
#
3233
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html

0 commit comments

Comments
 (0)