Object URI
|
File copy: {INT_WEBDAV_URL}/OLD_File_path
Directory copy: {INT_WEBDAV_URL}/Dir_path
|
HTTP Method
|
COPY
|
Request Header
|
Destination: {INT_WEBDAV_URL}/New_path
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.
|