Skip to content

Commit

Permalink
Modified neurostore-openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Mar 13, 2024
1 parent 511c10e commit f0acd6e
Showing 1 changed file with 46 additions and 7 deletions.
53 changes: 46 additions & 7 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,9 @@ paths:
/base-studies/:
get:
summary: ''
tags: []
tags:
- studies
- store
responses:
'200':
description: OK
Expand Down Expand Up @@ -863,6 +865,9 @@ paths:
id: ufcpin3lhrdgq
items:
$ref: '#/components/schemas/base-study'
tags:
- studies
- store
'/base-studies/{id}':
parameters:
- schema:
Expand All @@ -872,7 +877,9 @@ paths:
required: true
get:
summary: Your GET endpoint
tags: []
tags:
- studies
- store
responses:
'200':
description: OK
Expand All @@ -899,18 +906,23 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/base-study'
tags:
- studies
- store
/annotation-analyses/:
get:
summary: Your GET endpoint
tags: []
summary: Get annotation analyses
tags:
- analyses
- annotations
- store
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/note-collection-list'
operationId: ''
x-stoplight:
id: fjrufmjjb3y4q
'/annotation-analyses/{id}':
Expand All @@ -920,13 +932,40 @@ paths:
name: id
in: path
required: true
- schema:
type: string
name: id
in: path
required: true
get:
summary: Your GET endpoint
tags: []
tags:
- analyses
- store
- annotations
responses: {}
operationId: get-annotation-analyses-id
x-stoplight:
id: 0bluiswi2nwdw
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: 5n36so5kwagsw
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/note-collection-request'
components:
schemas:
studyset-return:
Expand Down

0 comments on commit f0acd6e

Please sign in to comment.