# Rename file/folder Rename file/folder. Endpoint: GET /apps/renameobject Version: 6.6.1 Security: ZelID ## Query parameters: - `appname` (string, required) Example: "FoldingAtRunOnFlux11" - `component` (string, required) Example: "FoldingAtHome" - `oldpath` (string, required) old path name inside volume with file/folder name Example: "ddd" - `newname` (string, required) new full path name inside volume with file/folder name Example: "ccc" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string)