PUT /File/Rename/{id}/

Renames the file with the specified ID.
 

Request

Method Request URI
PUT /API/File/Rename/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the file to rename.

Request Body

Name: newName
Type: System.String

Response

Response Body

Error code indication of success or reason of failure.