UpdateFile
Updates metadata or properties of an existing uploaded file asset.
Input
| Name | Type | Description |
| Id | String | The Id of the file to update. |
| FileName | String | The name of the file, including its extension. |
| Description | String | The alternative text description (alt text) of the file. |
| OriginalSource | String | The source used to update a media image or generic file. Accepts an external URL (images only) or a staged upload URL. |
| PreviewImageSource | String | The source used to update the media preview image. Accepts an external URL or a staged upload URL. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the file update operation executed successfully. |
| Details | String | Additional details about the execution of the update operation. |
| Id | String | A globally unique Id for the updated file. |
| Status | String | The current status of the file after the update operation. |