UpdateFile
Updates the content or metadata of an existing file in Box.
Input
| Name | Type | Description |
| FileID | String | The unique identifier of the file to be copied. |
| NewName | String | An optional new name for the copied file; if not provided, the original name is used. |
| Description | String | An optional description to assign to the copied file. |
| Parent | String | The identifier of the parent folder where the copied file should be placed. This can be used to move the file into a different folder. |
| CanDownload | String | Specifies who can download the copied file. Accepted values are 'open' (available to everyone) or 'company' (restricted to members of the user's enterprise). |
| Tags | String | A comma-separated list of tags to associate with the copied file. Each item supports up to 100 tags, with a maximum of 10,000 unique tags allowed per enterprise. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the file was successfully copied. |
| ID | String | The identifier of the newly copied file. |