From 1963df31ffb7e95b72e53a0ec5c891f539b6dadb Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 4 Feb 2015 15:46:25 -0500 Subject: [PATCH] 4464: Document API group contents parameters. --- doc/api/methods/groups.html.textile.liquid | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid index d4c14cd46f..e6e1e28e27 100644 --- a/doc/api/methods/groups.html.textile.liquid +++ b/doc/api/methods/groups.html.textile.liquid @@ -23,6 +23,9 @@ Arguments: 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"@| +|filters|array|Conditions for filtering items.|query|@[["uuid", "is_a", "arvados#job"]]@| h2. create -- 2.30.2