# FluxShare - Rename file Call to rename file in fluxshare. Endpoint: GET /apps/fluxshare/rename Version: 6.6.1 Security: ZelID ## Query parameters: - `oldpath` (string, required) Path to file Example: "test%2Fb1fcb9da0a941468f2c8cde01.txt" - `newname` (string, required) New name for file Example: "2Fb1fcb9da0a941468f2c8cde02.txt" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Explanation of status