Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This method permits to rename a folder or to move it to a new location.

URL

(PUT) projects/{projectid}/folders/refmaterial/folder

PARAMETERS

token

The connection token

Required

projectid

The project

Required

name

The path/name of the folder

Required

newname

The new folder path/name. If the new path is a different directory, the file will be moved to the new location.Example of rename: "name=folder1\oldname&newname=folder1\newname"Example of move: "name=folder1&newname=data\folder1"

Required


RESULTS

None





  • No labels