Skip to content

Commit 752b318

Browse files
committed
add pipeline argument to see pipeline configs for a pipeline
1 parent 811ad05 commit 752b318

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

neurostore-openapi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)