File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
elasticsearch-api/lib/elasticsearch/api/actions/ingest Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module Actions
22
22
# Creates or updates a pipeline.
23
23
#
24
24
# @option arguments [String] :id Pipeline ID
25
+ # @option arguments [Integer] :if_version Required version for optimistic concurrency control for pipeline updates
25
26
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
26
27
# @option arguments [Time] :timeout Explicit operation timeout
27
28
# @option arguments [Hash] :headers Custom HTTP headers
@@ -51,6 +52,7 @@ def put_pipeline(arguments = {})
51
52
#
52
53
# @since 6.2.0
53
54
ParamsRegistry . register ( :put_pipeline , [
55
+ :if_version ,
54
56
:master_timeout ,
55
57
:timeout
56
58
] . freeze )
You can’t perform that action at this time.
0 commit comments