v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Files

Move an existing file or folder in your application tree

put/files

Query parameters

pathstring required

Relative or absolute path of the item to be move

Request body

newPathstring

Relative or absolute path where the item will be moved

Example request

{
  "newPath": "hello_world2.txt"
}