We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05dbbe0 + a03da66 commit 517b5c3Copy full SHA for 517b5c3
neurostore-openapi.yml
@@ -216,6 +216,20 @@ paths:
216
items:
217
type: string
218
example: 'TestPipeline:1.0.0:preprocessing.smoothing=8'
219
+ - name: feature_display
220
+ in: query
221
+ description: >
222
+ Filter results by pipeline name and optionally version. Format: "pipeline_name[:version]".
223
+ Examples:
224
+ - "TestPipeline" (all results from pipeline)
225
+ - "TestPipeline:1.0.0" (results from specific version)
226
+ Multiple values can be provided to get results from multiple pipelines/versions.
227
+ required: false
228
+ schema:
229
+ type: array
230
+ items:
231
+ type: string
232
+ example: 'TestPipeline:1.0.0'
233
- name: study_id
234
in: query
235
description: Filter results by base study ID
0 commit comments