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"
}

Changes

Changed in 2 of the 6 revisions of this API.2