Skip to content

Commit

Permalink
Merge pull request #72 from neurostuff/enh/project_info
Browse files Browse the repository at this point in the history
[ENH] add ids param to meta-analyses
  • Loading branch information
jdkent authored Feb 1, 2024
2 parents 3d81652 + 08e41a2 commit cad25ea
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit cad25ea

Please sign in to comment.