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.
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.