Update file metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the file to update.
Seconds from now until the file expires. Only applies to temporary files. Max 6 days (518400s). Omitted leaves expiration unchanged.
1 <= x <= 518400Updated file
The File object represents a document that has been uploaded to Datagrid.
The object type, which is always file.
file The file identifier, which can be referenced in the API endpoints.
The name of the file
The ISO string for when the file was created.
The media type of the file.
The ISO timestamp when the file will expire and be automatically deleted, or null if the file does not expire.
Credit consumption for this file upload. null when the billing lookup fails.