Move or rename a Document or a Collection.
If src is a Document:
If dst does not exist, simply rename src into dst.
If dst is a Document, it is overwritten by Document src.
If dst is a Collection, the Document src is moved into Collection dst.
If src is a Collection:
If dst does not exist, simply rename collection src into dst.
If dst is a Document, it is an error (code XMLData)
If dst is a collection, the source collection is moved into the dst collection
else it is an error (NotFound)
mime-type: text/plain
Path of the destination member.