Description
Will move definition/file to target and can thus be used for renaming as well
HTTP Method
Get
Parameters
source = (the relative path to the object to move)
target = (the relative path to the objects new destination)
Permissions
Server Permission Requirements: Write
Example
http://localhost:24780/update_access.rq?source=FolderA/text.txt&target=FolderB/text.txt
Will move the text file from FolderA to FolderB.
0 Comments