files
Rename a file
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. Only an uploaded file can be renamed; a captured file's name is part of its provenance, so renaming one is rejected.
patch/files/{file_id}
Path parameters
file_idstring uuid required
file identifier to rename
file identifier to rename
Request body
Example request
{
"$schema": "/api/v1/FileRenameRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/RenameFileOutputBody.json"
}