Skip to content

Commit cfade05

Browse files
authored
Apply suggestions from code review
1 parent 2e03fdc commit cfade05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

neurostore-openapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ paths:
177177
Filter results by feature content. Format: "PipelineName[:version]:field_path=value".
178178
Examples:
179179
- "TestPipeline:1.0.0:groups.diagnosis=ADHD" (specific version)
180-
- "TestPipeline:groups.diagnosis=ADHD" (any version)
180+
- "TestPipeline:groups.diagnosis=ADHD" (latest version)
181181
182182
Field path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
183183
required: false
@@ -192,7 +192,7 @@ paths:
192192
Filter results by pipeline config content. Format: "PipelineName[:version]:config_path=value".
193193
Examples:
194194
- "TestPipeline:1.0.0:preprocessing.smoothing=8" (specific version)
195-
- "TestPipeline:model.type=linear" (any version)
195+
- "TestPipeline:model.type=linear" (latest version)
196196
197197
Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
198198
required: false
@@ -1111,7 +1111,7 @@ paths:
11111111
Filter studies by pipeline config content. Format: "PipelineName[:version]:config_path=value".
11121112
Examples:
11131113
- "TestPipeline:1.0.0:settings.min_age=20" (specific version)
1114-
- "TestPipeline:model.type=linear" (any version)
1114+
- "TestPipeline:model.type=linear" (latest version)
11151115
11161116
Config path supports array notation with [], regex search with ~, and comparisons with =, >, <, >=, <=.
11171117
required: false

0 commit comments

Comments
 (0)