From 22f013cd5d261e297a265ab061f7bceff3630894 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 19 May 2023 10:39:03 -0400 Subject: [PATCH 1/1] 20527: Document the select argument of the groups contents API method Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/api/methods/groups.html.textile.liquid | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid index af14c56f40..02e8bfbb3f 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: -- 2.30.2