From: Brett Smith Date: Fri, 19 May 2023 14:39:03 +0000 (-0400) Subject: 20527: Document the select argument of the groups contents API method X-Git-Tag: 2.7.0~104^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/22f013cd5d261e297a265ab061f7bceff3630894?ds=inline;hp=95d0775bf6fa098871961fadb30aa4b052c6aa61 20527: Document the select argument of the groups contents API method Arvados-DCO-1.1-Signed-off-by: Brett Smith --- 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: