From: Lucas Di Pentima Date: Tue, 12 Mar 2019 12:51:11 +0000 (-0300) Subject: 13593: Updates API documentation. X-Git-Tag: 1.4.0~113^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/653f7d5a99c8e46ff9fe58b8d491f8bd4f3da7a3 13593: Updates API documentation. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid index c6f78b9297..ed74f81d15 100644 --- a/doc/api/methods/groups.html.textile.liquid +++ b/doc/api/methods/groups.html.textile.liquid @@ -68,6 +68,7 @@ Arguments: table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | |group|object||query|| +|async|boolean (default false)|Defer the permissions graph update by a configured number of seconds. (By default, @async_permissions_update_interval@ is 60 seconds). On success, the response is 202 (Accepted).|query|@true@| h3. delete @@ -115,6 +116,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the Group in question.|path|| |group|object||query|| +|async|boolean (default false)|Defer the permissions graph update by a configured number of seconds. (By default, @async_permissions_update_interval@ is 60 seconds). On success, the response is 202 (Accepted).|query|@true@| h3. untrash