Update a file

Update a file, to change the workbook id for example

Path parameters

fileIdstringRequired

ID of file to update

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
workbookIdstringOptional

Workbook ID

namestringOptional

The name of the file

modeenumOptional

The storage mode of file to update

Allowed values:
statusenumOptional

Status of the file

Allowed values:
actionslist of objectsOptional

The actions attached to the file

Response

This endpoint returns an object.
dataobject

Any uploaded file of any type

Errors