You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/indices/put_template.rb
+1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ module Actions
27
27
# @option arguments [String] :name The name of the template
28
28
# @option arguments [Number] :order The order for this template when merging multiple matching ones (higher numbers are merged later, overriding the lower numbers)
29
29
# @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
30
31
# @option arguments [Time] :master_timeout Specify timeout for connection to master
0 commit comments