Skip to content

Commit c1f8593

Browse files
committed
[API] Adds summary parameter to get_pipeline
1 parent 01327cd commit c1f8593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/ingest/get_pipeline.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Actions
2222
# Returns a pipeline.
2323
#
2424
# @option arguments [String] :id Comma separated list of pipeline ids. Wildcards supported
25+
# @option arguments [Boolean] :summary Return pipelines without their definitions (default: false)
2526
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
2627
# @option arguments [Hash] :headers Custom HTTP headers
2728
#
@@ -50,6 +51,7 @@ def get_pipeline(arguments = {})
5051
#
5152
# @since 6.2.0
5253
ParamsRegistry.register(:get_pipeline, [
54+
:summary,
5355
:master_timeout
5456
].freeze)
5557
end

0 commit comments

Comments
 (0)