Object URI
|
File move: {INT_WEBDAV_URL}/OLD_File_path
Directory move: {INT_WEBDAV_URL}/Dir_path
|
HTTP Method
|
MOVE
|
Request Header
|
Destination: {INT_WEBDAV_URL}/New_path
Or (to move or rename the file):
Destination: {INT_WEBDAV_URL}/New_path_New_Name
Or (to overwrite the existing):
Destination: {INT_WEBDAV_URL}/New_path
Overwrite: T
|
Request Body
|
Empty
|
Expected Response status
|
201 Created or 200 OK
If a response such as 412 Precondition Failed is returned, the operation was canceled due to Overwrite being set to False.
If a response such as 401 Access Denied is returned, check the permissions.
|