Change a file display name; server may normalize extension.
Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /api/v1/files/{fileNo}/rename updates the file’s name. Pass the new base name in JSON; the API may keep or append the correct extension (e.g. "demo" → "demo.png").
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | New name (extension may be normalized by the server) |
id, file_no, name, url, workspace_no, meta_data, timestamps, etc.).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
File number
"2338045312"
New base name; extension may be applied by the server
File renamed; returns updated file record
Updated file record after rename