Payload type | Body | Headers |
form-data (key-value) | renameFrom: <source filename> | Authorization |
renameTo: <target filename> | Content-Type: multipart/form-data; boundary=<calculated when the request is sent> | |
JSON | { "path":"/local1/", "renameFrom":"test1/", "renameTo":"test1111" } | Authorization |
Content-Type: application/json |