Skip to content

Commit

Permalink
Merge pull request #61 from neurostuff/fix/base-study-list
Browse files Browse the repository at this point in the history
[FIX] base-study-list
  • Loading branch information
jdkent authored Aug 18, 2023
2 parents b15d242 + 024d278 commit 8144a0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/base-study-return'
$ref: '#/components/schemas/base-study-list'
parameters:
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/sort'
Expand Down Expand Up @@ -1724,6 +1724,8 @@ components:
id: 8txl0ha4pe7y0
items:
$ref: '#/components/schemas/base-study-return'
metadata:
$ref: '#/components/schemas/metadata'
responses:
'404':
description: Example response
Expand Down

0 comments on commit 8144a0c

Please sign in to comment.