Skip to content

Commit 519cd64

Browse files
committed
study param for pipeline
1 parent 02df1d3 commit 519cd64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

neurostore-openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ paths:
180180
items:
181181
type: string
182182
example: 'groups.diagnosis=ADHD'
183+
- name: study_id
184+
in: query
185+
description: Filter results by base study ID
186+
required: false
187+
schema:
188+
type: array
189+
items:
190+
type: string
183191
responses:
184192
'200':
185193
description: OK

0 commit comments

Comments
 (0)