Core CDN
Rename Object
Rename or move a file within a bucket
PATCH
Path Parameters
The name of the bucket containing the file.
The current full path to the file.
Headers
Must be set to
application/json.Query Parameters
If
true, overwrite destination if it exists.Body
You must provide eithernewName or newKey in the JSON body.
New filename (keeps the same folder).
Full destination path (can move across folders).
Response
Indicates whether the operation was successful.
A descriptive message of the operation result.
The new full destination path of the file.
