[ARVADOS] updated: fd4bdb760eb47013b8b60b40859ba7f004ee8383
Git user
git at public.curoverse.com
Fri Jun 2 14:58:39 EDT 2017
Summary of changes:
doc/api/methods/groups.html.textile.liquid | 1 +
1 file changed, 1 insertion(+)
via fd4bdb760eb47013b8b60b40859ba7f004ee8383 (commit)
from efcfd2cdc9a9ed6ab3af54e9a4e149d4bdf1f8d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit fd4bdb760eb47013b8b60b40859ba7f004ee8383
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Jun 2 14:58:28 2017 -0400
11652: Update API docs.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid
index 7a15d20..a57a089 100644
--- a/doc/api/methods/groups.html.textile.liquid
+++ b/doc/api/methods/groups.html.textile.liquid
@@ -43,6 +43,7 @@ table(table table-bordered table-condensed).
|limit|integer (default 100)|Maximum number of items to return.|query||
|order|string|Order in which to return matching items. Sort within a resource type by prefixing the attribute with the resource name and a dot.|query|@"collections.modified_at desc"@|
|filters|array|Conditions for filtering items.|query|@[["uuid", "is_a", "arvados#job"]]@|
+|recursive|boolean (default false)|Include items owned by subprojects.|query|@true@|
Note: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in listed collections. If you need it, request a "list of collections":{{site.baseurl}}/api/methods/collections.html with the filter @["owner_uuid", "=", GROUP_UUID]@, and @"manifest_text"@ listed in the select parameter.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list