[arvados] created: 2.6.0-180-g22f013cd5
git repository hosting
git at public.arvados.org
Fri May 19 14:39:46 UTC 2023
at 22f013cd5d261e297a265ab061f7bceff3630894 (commit)
commit 22f013cd5d261e297a265ab061f7bceff3630894
Author: Brett Smith <brett.smith at curii.com>
Date: Fri May 19 10:39:03 2023 -0400
20527: Document the select argument of the groups contents API method
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid
index af14c56f4..02e8bfbb3 100644
--- a/doc/api/methods/groups.html.textile.liquid
+++ b/doc/api/methods/groups.html.textile.liquid
@@ -116,6 +116,7 @@ table(table table-bordered table-condensed).
|include|string|If provided with the value "owner_uuid", this will return owner objects in the "included" field of the response.|query||
|include_trash|boolean (default false)|Include trashed objects.|query|@true@|
|include_old_versions|boolean (default false)|Include past versions of the collections being listed.|query|@true@|
+|select|array|Attributes of each object to return in the response. Specify an unqualified name like @uuid@ to select that attribute on all object types, or a qualified name like @collections.name@ to select that attribute on objects of the specified type. By default, all available attributes are returned, except on collections, where @manifest_text@ is not returned and cannot be selected due to an implementation limitation. This limitation may be removed in the future.|query|@["uuid", "collections.name"]@|
Notes:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list