7824: Merge branch 'master' into 7824-arvls-arvput-collection-api-usage
[arvados.git] / doc / api / methods / groups.html.textile.liquid
index 2590dfc0b2d3803b99d46c1355ba30512677b82f..7a15d20d5aaf3d5b1ff63aedf9f958d6e91efc3e 100644 (file)
@@ -5,20 +5,17 @@ navmenu: API Methods
 title: "groups"
 ...
 
-
-See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
-
 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/groups@
 
-UUID type: @j7d0g@
+Object type: @j7d0g@
 
-Required arguments are displayed in %{background:#ccffcc}green%.
+Example UUID: @zzzzz-j7d0g-0123456789abcde@
 
 h2. Resource
 
 Groups provides a way to apply the same permissions to a set of Arvados objects.  See "permission model":{{site.baseurl}}/api/permission-model.html for details.
 
-Each Group has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
+Each Group has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
 
 table(table table-bordered table-condensed).
 |_. Attribute|_. Type|_. Description|_. Example|
@@ -30,6 +27,10 @@ null|
 
 h2. Methods
 
+See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
+
+Required arguments are displayed in %{background:#ccffcc}green%.
+
 h3. contents
 
 Retrieve a list of items owned by the group.
@@ -81,13 +82,7 @@ h3. list
 
 List groups.
 
-Arguments:
-
-table(table table-bordered table-condensed).
-|_. Argument |_. Type |_. Description |_. Location |_. Example |
-|limit|integer (default 100)|Maximum number of groups to return.|query||
-|order|string|Order in which to return matching groups.|query||
-|filters|array|Conditions for filtering groups.|query||
+See "common resource list method.":{{site.baseurl}}/api/methods.html#index
 
 h3. show