Browse code

missing arguments for search_datasets

OganM authored on 24/10/2022 17:52:21
Showing 1 changed files

... ...
@@ -179,7 +179,7 @@ registerEndpoint('datasets/{dataset}/analyses/differential',
179 179
                  ),
180 180
                  preprocessor = quote(processDEA))
181 181
 
182
-registerEndpoint("annotations/{taxon}/search/datasets?query={query}",
182
+registerEndpoint("annotations/{taxon}/search/datasets?query={query}&limit={limit}&offset={offset}&sort={sort}",
183 183
                  "search_datasets",
184 184
                  open_api_name = 'search_datasets',
185 185
                  keyword = "dataset",