A specialized version of the POST method that tries to move atomically all the given entries.
A specialized version of the POST method that tries to move atomically all the given entries.
For each underlying move, if the target path refers to an existing directory, the entry is moved with its current name to the existing directory. Otherwise, the entry is renamed and moved to the target path. If intermediate directories are missing in the target paths, they will be created using the current user as the owner and reader.
POST
A specialized version of the POST method that tries to move atomically all the given entries.
Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
When set to False, the "Not Found" errors are silently ignored.
Available options:
false, true Body
application/json
Serialized JSON parameter containing the entries to be moved in the form of source-to-target path mapping
The body is of type string.
Response
Move all the found entries.
A specialized version of the GET method that retrieves the structure and the content of several entries.
Previous
A specialized version of the PUT method that tries to create or update multiple files atomically.
Next