diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index b297cc1..1306c96 100644 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -180,6 +180,14 @@ paths: items: type: string example: 'groups.diagnosis=ADHD' + - name: study_id + in: query + description: Filter results by base study ID + required: false + schema: + type: array + items: + type: string responses: '200': description: OK