AddFileToUpdate
Add a file to an update.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| UpdateId | String | True | False | The update to add the file to. |
| FileName | String | False | False | FileName is required when Content is specified. |
| LocalPath | String | False | False | The file to upload. |
| Content | String | False | True | The file's content as an InputStream to be uploaded when LocalPath is not specified. |
Result Set Columns
| Name | Type | Description |
| AssetId | String | The unique identifier of the uploaded file. |