Skip to content

Commit 95e751f

Browse files
authored
Merge pull request #100 from neurostuff/enh/uncategorized_images
Enh/uncategorized images
2 parents 2fd0d07 + 075c41f commit 95e751f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

neurostore-openapi.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ paths:
985985
- $ref: '#/components/parameters/page_size'
986986
- $ref: '#/components/parameters/paginate'
987987
- $ref: '#/components/parameters/filename'
988+
- $ref: '#/components/parameters/study'
988989
- $ref: '#/components/parameters/analysis_name'
989990
- $ref: '#/components/parameters/value_type'
990991
- $ref: '#/components/parameters/space'
@@ -2301,6 +2302,10 @@ components:
23012302
properties:
23022303
analysis:
23032304
type: string
2305+
nullable: true
2306+
study:
2307+
type: string
2308+
nullable: true
23042309
image-return:
23052310
allOf:
23062311
- $ref: ./nimads/nimads/imageBase.yaml
@@ -2324,6 +2329,10 @@ components:
23242329
properties:
23252330
analysis:
23262331
type: string
2332+
nullable: true
2333+
study:
2334+
type: string
2335+
nullable: true
23272336
entities:
23282337
type: array
23292338
items:
@@ -3100,6 +3109,13 @@ components:
31003109
schema:
31013110
type: string
31023111
description: search filename field
3112+
study:
3113+
name: study
3114+
in: query
3115+
required: false
3116+
schema:
3117+
type: string
3118+
description: Filter images by study id
31033119
space:
31043120
name: space
31053121
in: query

0 commit comments

Comments
 (0)