copy

Move or rename a Document or a Collection.


HTTP Request: POST

Parameters:

Name Value Description
src path of the source member.
dst path of the destination member.
library Name of Library used (can be empty if exactly one Library in server).

Response:

mime-type: text/plain

Path of the destination member.

 

Error codes:

NotFound
when the src Library member does not exist.
XMLData
when the dst path conflicts with an existing Library member.
AccessControl
when the user is not allowed to read or modify the Library member or the src or dst parents.