Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add order #73

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,13 +946,6 @@ components:
studies:
type: array
items: {}
# x-stoplight:
# id: 2cea6h24rq5pm
# anyOf:
# - $ref: '#/components/schemas/study-request'
# - type: string
# x-stoplight:
# id: pgfn93n9g9h67
studyset-list:
title: studyset-get
type: object
Expand Down Expand Up @@ -1071,8 +1064,11 @@ components:
id: 7ou6xrem7bwps
items:
$ref: '#/components/schemas/entity'
x-stoplight:
id: 46bl0p1xing9l
analysis:
type: integer
x-stoplight:
id: vo5cd2gerhxve
nullable: true
analysis-return:
title: analysis-return
allOf:
Expand Down
Loading