Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,20 @@ paths:
schema:
$ref: '#/components/schemas/base-study-list'
parameters:
- name: year_min
in: query
description: Minimum publication year (inclusive) for study search
required: false
schema:
type: integer
example: 2000
- name: year_max
in: query
description: Maximum publication year (inclusive) for study search
required: false
schema:
type: integer
example: 2020
- name: feature_filter
in: query
description: >
Expand Down