[ARVADOS] updated: cf705d5577d32332bc7b9b97dde6c75edcf68ae6

Git user git at public.curoverse.com
Thu Jun 30 17:17:44 EDT 2016


Summary of changes:
 doc/api/methods/groups.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cf705d5577d32332bc7b9b97dde6c75edcf68ae6 (commit)
      from  377b8fe3d715a4c3a9824ddc6908e86ae6d317dd (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 cf705d5577d32332bc7b9b97dde6c75edcf68ae6
Author: radhika <radhika at curoverse.com>
Date:   Thu Jun 30 17:17:28 2016 -0400

    9498: doc wording update

diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid
index 4c59597..cd9633d 100644
--- a/doc/api/methods/groups.html.textile.liquid
+++ b/doc/api/methods/groups.html.textile.liquid
@@ -29,7 +29,7 @@ table(table table-bordered table-condensed).
 
 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.
 
-Note: Use filters such as @["pipeline_instances.state", "in", ["Complete", "Failed"]]@ to filter contents of a specific type.
+Note: Use filters with the attribute format @<item type>.<field name>@ to filter items of a specific type. For example: @["pipeline_instances.state", "=", "Complete"]@ to filter @pipeline_instances@ where @state@ is @Complete at . All other types of items owned by this group will be unimpacted by this filter and will still be included.
 
 h2. create
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list