[ARVADOS] updated: 7c5a88da73bbdc3d01caf95805d49460d509a57e

git at public.curoverse.com git at public.curoverse.com
Mon Feb 9 16:40:12 EST 2015


Summary of changes:
 doc/api/methods/collections.html.textile.liquid | 2 +-
 doc/api/methods/groups.html.textile.liquid      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  7c5a88da73bbdc3d01caf95805d49460d509a57e (commit)
      from  84c0cf9978b38a8643815345797775a4d8a91c64 (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 7c5a88da73bbdc3d01caf95805d49460d509a57e
Author: Brett Smith <brett at curoverse.com>
Date:   Mon Feb 9 16:40:08 2015 -0500

    4464: Simplify API collection list method docs.

diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid
index 8760fe8..f5e685e 100644
--- a/doc/api/methods/collections.html.textile.liquid
+++ b/doc/api/methods/collections.html.textile.liquid
@@ -55,7 +55,7 @@ table(table table-bordered table-condensed).
 |filters|array|Conditions for filtering collections.|query||
 |select|array|Data fields to return in the result list.|query|@["uuid", "manifest_text"]@|
 
-N.B.: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in results by default.  If you need it, pass a @select@ parameter that includes @manifest_text at .
+Note: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in results by default.  If you need it, pass a @select@ parameter that includes @manifest_text at .
 
 h2. update
 
diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid
index b9639aa..9f20a88 100644
--- a/doc/api/methods/groups.html.textile.liquid
+++ b/doc/api/methods/groups.html.textile.liquid
@@ -16,7 +16,7 @@ Required arguments are displayed in %{background:#ccffcc}green%.
 
 h2. contents
 
-Retrieve a list of items which are associated with the given group by ownership (i.e., the group owns the item).
+Retrieve a list of items owned by the group.
 
 Arguments:
 
@@ -27,7 +27,7 @@ table(table table-bordered table-condensed).
 |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"]]@|
 
-N.B.: 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: 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.
 
 h2. create
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list