Move files.
arg [string]: Source file to move. Required: yes.
arg
arg [string]: Destination path for file to be moved to. Required: yes.
On success, the call to this endpoint will return with 200 and the following body:
This endpoint returns a `text/plain` response body.
curl -X POST "http://127.0.0.1:5001/api/v0/files/mv?arg=<source>&arg=<dest>"
Last updated 1 year ago