Move or rename a Document or a Collection.
If src is a Document:
If dst does not exist, create a copy with path dst.
If dst is a Document, it is overwritten by a copy of Document src.
If dst is a Collection, the Document src is copied into Collection dst.
If src is a Collection:
If dst does not exist, create a copy with path dst of the collection and all its contents.
If dst is a Document, it is an error (code XMLData)
If dst is a collection, the source collection and all its contents is copied into the dst collection
else it is an error (code NotFound)
mime-type: text/plain
Path of the destination member.