From 5cb2775f3ee3d6fbae5deafc354bfb772d864a57 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 11 Mar 2022 09:42:09 -0500 Subject: [PATCH] =?utf8?q?18600:=20Revert=20query=E2=86=92body=20change=20?= =?utf8?q?to=20argument=20location.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- doc/api/methods/collections.html.textile.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid index ea67937e80..5ff8d529f8 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). -- 2.30.2