Skip to content

Commit

Permalink
Modified neurosynth-compose-openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jan 31, 2024
1 parent 49d6d10 commit 10a9ae3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Empty file modified neurostore-openapi.yml
100755 → 100644
Empty file.
10 changes: 9 additions & 1 deletion neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,8 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/project-return'
parameters: []
parameters:
- $ref: '#/components/parameters/info'
put:
summary: ''
responses:
Expand Down Expand Up @@ -1764,6 +1765,13 @@ components:
schema:
type: boolean
description: show nested component instead of id
info:
name: info
in: query
required: false
schema:
type: boolean
description: display additional information about a nested relationship without displaying fully nested object
responses:
bad-request:
description: form when a request goes wrong
Expand Down

0 comments on commit 10a9ae3

Please sign in to comment.