X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7fb83a3380e62721801a4980c48ba78208c7b2e2..b05e1bb447b7349d99ece17cd7876c08e2ade0ab:/doc/api/methods/collections.html.textile.liquid diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid index f4eabcfaa8..f5e685e2e9 100644 --- a/doc/api/methods/collections.html.textile.liquid +++ b/doc/api/methods/collections.html.textile.liquid @@ -53,6 +53,9 @@ table(table table-bordered table-condensed). |limit|integer (default 100)|Maximum number of collections to return.|query|| |order|string|Order in which to return matching collections.|query|| |filters|array|Conditions for filtering collections.|query|| +|select|array|Data fields to return in the result list.|query|@["uuid", "manifest_text"]@| + +Note: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in results by default. If you need it, pass a @select@ parameter that includes @manifest_text@. h2. update