Skip to content

Commit 2cf374e

Browse files
authored
Merge pull request #88 from neurostuff/enh/feature_flatten
[ENH] add feature_flatten to base_study
2 parents 476168a + a95e320 commit 2cf374e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

neurostore-openapi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,11 @@ paths:
10751075
required: false
10761076
schema:
10771077
type: string
1078+
- name: feature_flatten
1079+
in: query
1080+
required: false
1081+
schema:
1082+
type: boolean
10781083
- $ref: '#/components/parameters/search'
10791084
- $ref: '#/components/parameters/sort'
10801085
- $ref: '#/components/parameters/page'

0 commit comments

Comments
 (0)