We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01327cd commit c1f8593Copy full SHA for c1f8593
elasticsearch-api/lib/elasticsearch/api/actions/ingest/get_pipeline.rb
@@ -22,6 +22,7 @@ module Actions
22
# Returns a pipeline.
23
#
24
# @option arguments [String] :id Comma separated list of pipeline ids. Wildcards supported
25
+ # @option arguments [Boolean] :summary Return pipelines without their definitions (default: false)
26
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
27
# @option arguments [Hash] :headers Custom HTTP headers
28
@@ -50,6 +51,7 @@ def get_pipeline(arguments = {})
50
51
52
# @since 6.2.0
53
ParamsRegistry.register(:get_pipeline, [
54
+ :summary,
55
:master_timeout
56
].freeze)
57
end
0 commit comments