Move a file.Ask AIpatch https://api.intely.io/v1/storage/file/moveMoves a file in the file storage for an organization to a new directory.Body ParamsThe file to move.filePathstringrequiredThe path to the file.newFilePathstringrequiredThe new path to the file.overwritebooleanDefaults to falseWhether to overwrite an existing file with the same name.truefalseHeadersCurrent-Organization-IdstringrequiredThe organization id to use.Responses 200Successfully moved the file. 400Missing required data 401Access denied 409The destination file already exists. 500Internal server errorUpdated 7 months ago