[ARVADOS] updated: 2.1.0-2015-g5cb2775f3
Git user
git at public.arvados.org
Fri Mar 11 14:43:25 UTC 2022
Summary of changes:
doc/api/methods/collections.html.textile.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 5cb2775f3ee3d6fbae5deafc354bfb772d864a57 (commit)
from 478a372296f2ede0095827bb58508f0772c63ae2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5cb2775f3ee3d6fbae5deafc354bfb772d864a57
Author: Tom Clegg <tom at curii.com>
Date: Fri Mar 11 09:42:09 2022 -0500
18600: Revert query→body change to argument location.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid
index ea67937e8..5ff8d529f 100644
--- a/doc/api/methods/collections.html.textile.liquid
+++ b/doc/api/methods/collections.html.textile.liquid
@@ -71,8 +71,8 @@ Arguments:
table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
-|collection|object||body||
-|replace_files|object|Initialize files and directories using content from other collections|body||
+|collection|object||query||
+|replace_files|object|Initialize files and directories using content from other collections|query||
The new collection's content can be initialized by providing a @manifest_text@ key in the provided @collection@ object, or by using the @replace_files@ option (see "replace_files":#replace_files below).
@@ -118,8 +118,8 @@ Arguments:
table(table table-bordered table-condensed).
|_. Argument |_. Type |_. Description |_. Location |_. Example |
{background:#ccffcc}.|uuid|string|The UUID of the Collection in question.|path||
-|collection|object||body||
-|replace_files|object|Delete and replace files and directories using content from other collections|body||
+|collection|object||query||
+|replace_files|object|Delete and replace files and directories using content from other collections|query||
The collection's content can be updated by providing a @manifest_text@ key in the provided @collection@ object, or by using the @replace_files@ option (see "replace_files":#replace_files below).
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list