Skip to content

Commit

Permalink
allow put list to annotation-analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Mar 21, 2024
1 parent a37bd1a commit b95cf8e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,28 @@ paths:
$ref: '#/components/schemas/note-collection-list'
x-stoplight:
id: fjrufmjjb3y4q
put:
summary: Your PUT endpoint
tags:
- analyses
- annotations
- store
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/note-collection-return'
x-stoplight:
id: z1xizns9dcjz5
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/note-collection-request'
'/annotation-analyses/{id}':
parameters:
- schema:
Expand Down

0 comments on commit b95cf8e

Please sign in to comment.