File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ paths:
9696 summary : GET a list of pipeline configs
9797 tags :
9898 - pipeline-configs
99+ parameters :
100+ - name : pipeline
101+ in : query
102+ description : Filter configs by pipeline name
103+ required : false
104+ schema :
105+ type : array
106+ items :
107+ type : string
108+ example : ' TestPipeline'
99109 responses :
100110 ' 200 ' :
101111 description : OK
@@ -1335,6 +1345,7 @@ components:
13351345 type : string
13361346 description :
13371347 type : string
1348+ nullable : true
13381349 version :
13391350 type : string
13401351 study_dependent :
@@ -1345,6 +1356,7 @@ components:
13451356 type : boolean
13461357 derived_from :
13471358 type : string
1359+ nullable : true
13481360 pipeline-list :
13491361 type : object
13501362 properties :
You can’t perform that action at this time.
0 commit comments