Skip to content

Commit bde4e41

Browse files
committed
rename feature_config to pipeline_config
1 parent 4490e97 commit bde4e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neurostore-openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ paths:
186186
items:
187187
type: string
188188
example: 'TestPipeline:1.0.0:groups.diagnosis=ADHD'
189-
- name: feature_config
189+
- name: pipeline_config
190190
in: query
191191
description: >
192192
Filter results by pipeline config content. Format: "PipelineName[:version]:config_path=value".
@@ -1105,7 +1105,7 @@ paths:
11051105
items:
11061106
type: string
11071107
example: 'TestPipeline:1.0.0:predictions.age_mean>20'
1108-
- name: feature_config
1108+
- name: pipeline_config
11091109
in: query
11101110
description: >
11111111
Filter studies by pipeline config content. Format: "PipelineName[:version]:config_path=value".

0 commit comments

Comments
 (0)