Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add ids param to meta-analyses #72

Merged
merged 2 commits into from
Feb 1, 2024
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
10 changes: 10 additions & 0 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ paths:
description: 'list all runnable specification, studyset, annotation bundles'
parameters:
- $ref: '#/components/parameters/nested'
- $ref: '#/components/parameters/ids'
tags:
- meta_analyses
- get
Expand Down Expand Up @@ -1772,6 +1773,15 @@ components:
schema:
type: boolean
description: display additional information about a nested relationship without displaying fully nested object
ids:
name: ids
in: query
required: false
schema:
type: array
items:
type: string
description: choose the specific ids you wish to get
responses:
bad-request:
description: form when a request goes wrong
Expand Down
Loading