[ARVADOS] updated: 1.1.4-551-g3f278cea4

Git user git at public.curoverse.com
Thu Jul 5 17:26:37 EDT 2018


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

       via  3f278cea46034660149403d68e05f0f450330854 (commit)
      from  66c644efeabea073428288378a39a8e988e5b69b (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 3f278cea46034660149403d68e05f0f450330854
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Jul 5 17:25:43 2018 -0400

    Fix "order" param docs for groups#contents.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid
index d4ef5ebb7..e87bc51ad 100644
--- a/doc/api/methods/groups.html.textile.liquid
+++ b/doc/api/methods/groups.html.textile.liquid
@@ -50,7 +50,7 @@ table(table table-bordered table-condensed).
 |_. Argument |_. Type |_. Description |_. Location |_. Example |
 {background:#ccffcc}.|uuid|string|The UUID of the group in question.|path||
 |limit|integer (default 100)|Maximum number of items to return.|query||
-|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"@|
+|order|array|Attributes to use as sort keys to determine the order resources are returned, each optionally followed by @asc@ or @desc@ to indicate ascending or descending order. Sort within a resource type by prefixing the attribute with the resource name and a period.|query|@["collections.modified_at desc"]@|
 |filters|array|Conditions for filtering items.|query|@[["uuid", "is_a", "arvados#job"]]@|
 |recursive|boolean (default false)|Include items owned by subprojects.|query|@true@|
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list