Skip to content

Commit 85bb1c8

Browse files
authored
Make id parameter optional in logstash.get_pipeline API (#94926)
1 parent beb5d8e commit 85bb1c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/logstash.get_pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
},
1212
"url":{
1313
"paths":[
14+
{
15+
"path":"/_logstash/pipeline",
16+
"methods":[ "GET" ]
17+
},
1418
{
1519
"path":"/_logstash/pipeline/{id}",
1620
"methods":[ "GET" ],

0 commit comments

Comments
 (0)