Skip to content

Commit

Permalink
add more tags and ability to delete specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Feb 17, 2024
1 parent 1724479 commit 71f16d9
Showing 1 changed file with 45 additions and 51 deletions.
96 changes: 45 additions & 51 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ paths:
description: OK
security:
- JSON-Web-Token: []
tags:
- compose
- meta_analyses
- delete
/studysets:
get:
summary: Get a list of Studysets
Expand Down Expand Up @@ -395,51 +399,6 @@ paths:
schema:
$ref: '#/components/schemas/annotation-update'
description: update an existing annotation
/specifications:
get:
summary: Get a list of Specifications
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/specification-list'
'400':
$ref: '#/components/responses/bad-request'
description: list of meta-analysis specifications
tags:
- specifications
- get
- compose
parameters: []
post:
summary: Create a Specification
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/specification-return'
'400':
$ref: '#/components/responses/bad-request'
'422':
description: Unprocessable Entity (WebDAV)
'500':
$ref: '#/components/responses/bad-request'
security:
- JSON-Web-Token: []
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/specification-post-body'
description: create a new meta-analysis specification
tags:
- specifications
- post
- compose
'/specifications/{id}':
parameters:
- schema:
Expand Down Expand Up @@ -494,6 +453,20 @@ paths:
- specifications
- put
- compose
delete:
summary: Delete a Specification
tags:
- compose
- specifications
- delete
responses:
'200':
description: OK
operationId: ''
x-stoplight:
id: zrfd1zeuselxb
security:
- JSON-Web-Token: []
/meta-analysis-results:
get:
summary: Your GET endpoint
Expand Down Expand Up @@ -632,7 +605,7 @@ paths:
$ref: '#/components/schemas/neurovault-collection-return'
x-internal: true
put:
summary: ''
summary: Update Neurovault Collection Reference
responses:
'200':
description: OK
Expand Down Expand Up @@ -814,12 +787,16 @@ paths:
security:
- JSON-Web-Token: []
tags:
- projects
- compose
- projects
- delete
/neurostore-studies:
get:
summary: Your GET endpoint
tags: []
tags:
- compose
- neurostore-studies
- get
responses:
'200':
description: OK
Expand All @@ -846,6 +823,10 @@ paths:
type: object
properties: {}
x-internal: true
tags:
- compose
- neurostore-studies
- post
'/neurostore-studies/{id}':
parameters:
- schema:
Expand All @@ -855,7 +836,10 @@ paths:
required: true
get:
summary: Your GET endpoint
tags: []
tags:
- compose
- neurostore-studies
- get
responses:
'200':
description: OK
Expand All @@ -882,10 +866,17 @@ paths:
security:
- JSON-Web-Token: []
x-internal: true
tags:
- compose
- neurostore-studies
- get
/studyset-references:
get:
summary: Your GET endpoint
tags: []
tags:
- compose
- studyset-references
- get
responses:
'200':
description: OK
Expand All @@ -907,7 +898,10 @@ paths:
required: true
get:
summary: Your GET endpoint
tags: []
tags:
- compose
- studyset-references
- get
responses:
'200':
description: OK
Expand Down

0 comments on commit 71f16d9

Please sign in to comment.