Rename or Move Folder
Renames a folder (name), moves it under a different parent
(parentFolderId), or both. Send only the fields you want to change —
at least one must be present.
Set parentFolderId to a folder id to reparent, or to null to move
the folder to the owner’s top level. The destination must belong to the
same owner, and a folder can never be moved into itself or its own
subtree (400).
Required permission: company.file:update
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Folder identifier
Body
Response
Folder updated successfully
Id of the updated folder
