Skip to content

Commit

Permalink
Merge pull request #81 from neurostuff/enh/put_list
Browse files Browse the repository at this point in the history
[ENH] Post list to annotation-analyses
  • Loading branch information
jdkent authored Mar 22, 2024
2 parents a37bd1a + 5cb90a4 commit 205fbf8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,36 @@ paths:
$ref: '#/components/schemas/note-collection-list'
x-stoplight:
id: fjrufmjjb3y4q
post:
summary: Your POST endpoint
tags:
- analyses
- annotations
- store
responses:
'200':
description: OK
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/note-collection-return'
x-stoplight:
id: z1xizns9dcjz5
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/note-collection-request'
security:
- JSON-Web-Token: []
description: |-
This endpoint does not allow for creation, only modification of existing annotation-analyses.
If you wish to create an annotation-analysis, post to the annotations endpoint and/or add the analysis
to the appropriate study in the studyset, and the annotation-analysis will be created automatically.
'/annotation-analyses/{id}':
parameters:
- schema:
Expand Down

0 comments on commit 205fbf8

Please sign in to comment.