From: Tom Clegg Date: Thu, 5 Jul 2018 21:25:43 +0000 (-0400) Subject: Fix "order" param docs for groups#contents. X-Git-Tag: 1.2.0~89 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3f278cea46034660149403d68e05f0f450330854 Fix "order" param docs for groups#contents. No issue # Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid index d4ef5ebb78..e87bc51ad4 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@|