Skip to content

Commit

Permalink
allow list of objects to be posted
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Aug 24, 2023
1 parent cbbe436 commit 4a7a1e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,13 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/base-study'
oneOf:
- $ref: '#/components/schemas/base-study'
- type: array
x-stoplight:
id: ufcpin3lhrdgq
items:
$ref: '#/components/schemas/base-study'
'/base-studies/{id}':
parameters:
- schema:
Expand Down

0 comments on commit 4a7a1e7

Please sign in to comment.