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
2222 # Creates or updates a pipeline.
2323 #
2424 # @option arguments [String] :id Pipeline ID
25+ # @option arguments [Integer] :if_version Required version for optimistic concurrency control for pipeline updates
2526 # @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
2627 # @option arguments [Time] :timeout Explicit operation timeout
2728 # @option arguments [Hash] :headers Custom HTTP headers
@@ -51,6 +52,7 @@ def put_pipeline(arguments = {})
5152 #
5253 # @since 6.2.0
5354 ParamsRegistry . register ( :put_pipeline , [
55+ :if_version ,
5456 :master_timeout ,
5557 :timeout
5658 ] . freeze )
You can’t perform that action at this time.
0 commit comments