Skip to content

Commit

Permalink
add ids parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Feb 1, 2024
1 parent 10a9ae3 commit 1806f41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,13 @@ 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
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 1806f41

Please sign in to comment.