18600: Revert query→body change to argument location.
[arvados.git] / doc / api / methods / collections.html.textile.liquid
index ea67937e80fcc3509a6ed78a6e0d5159f985ff88..5ff8d529f8376ceb8b5372f8a94873e921c0961e 100644 (file)
@@ -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).