Rename response

{
"additionalInfo": null;,
"error": null,
"resourcePath": "/views/test_view/test_vob/new_file.txt",
"responseCode": 200,
"responseMsg": "The operation is successful."
}
responseCode: integer

Indicates the status of operation whether it was successful, partially successful, or failed

200
responseMsg: string

Successful or Failure message

"The operation is successful."
resourcePath: string

Path to the resource in the view provided in the Request

"/views/test_view/test_vob/file1.txt"
error: object
errorCode: integer

Represents operation status code

500
errorMsg: string

Error or Exception description message

"Unable to rename the resource."
additionalInfo: string

Additional information about the operation

"Failed to checkin parent directory"