4464: Document API group contents parameters.
authorBrett Smith <brett@curoverse.com>
Wed, 4 Feb 2015 20:46:25 +0000 (15:46 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 9 Feb 2015 22:09:51 +0000 (17:09 -0500)
doc/api/methods/groups.html.textile.liquid

index d4c14cd46f927d09dc076b7bfcaa4796cf878d3a..e6e1e28e2730345df6f380e33a9ffbe3f7ae53ac 100644 (file)
@@ -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