Skip to content

Commit 05dbbe0

Browse files
authored
Merge pull request #91 from neurostuff/fix/pipeline_endpoints
[FIX] pipeline endpoints
2 parents 2a8599c + 752b318 commit 05dbbe0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

neurostore-openapi.yml

Lines changed: 12 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
@@ -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:

0 commit comments

Comments
 (0)