uploads
Rename an upload
Updates the file's display name. Metadata only: storage is keyed by id, so the object never moves and existing URLs keep working, and past deliveries keep the name they were sent under. Downloads cannot be renamed — a captured file's name is part of its provenance.
patch/uploads/{upload_id}
Path parameters
upload_idstring uuid required
upload identifier to rename
upload identifier to rename
Request body
Example request
{
"$schema": "/api/v1/FileRenameRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/RenameFileOutputBody.json"
}