Skip to content

Commit 54d5cb1

Browse files
committed
[API] Adds cause parameter to indices.put_template
1 parent dbd1494 commit 54d5cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module Actions
2727
# @option arguments [String] :name The name of the template
2828
# @option arguments [Number] :order The order for this template when merging multiple matching ones (higher numbers are merged later, overriding the lower numbers)
2929
# @option arguments [Boolean] :create Whether the index template should only be added if new or can also replace an existing one
30+
# @option arguments [String] :cause User defined reason for creating/updating the index template
3031
# @option arguments [Time] :master_timeout Specify timeout for connection to master
3132
# @option arguments [Hash] :headers Custom HTTP headers
3233
# @option arguments [Hash] :body The template definition (*Required*)

0 commit comments

Comments
 (0)