@@ -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