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 5eb445c commit a941b31
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/note-collection-list'
2XX:
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/note-collection-list'
x-stoplight:
id: fjrufmjjb3y4q
'/annotation-analyses/{id}':
Expand All @@ -932,11 +938,6 @@ paths:
name: id
in: path
required: true
- schema:
type: string
name: id
in: path
required: true
get:
summary: Your GET endpoint
tags:
Expand Down

0 comments on commit a941b31

Please sign in to comment.