UpdateProperties
Updates custom properties on a file or folder, including adding, editing, or removing property templates and key-value pairs.
Input
| Name | Type | Required | Description |
| Path | String | False | The full Dropbox path of the file or folder whose properties are updated. |
| Remove_Fields | String | False | A list of property field names (as strings) to remove if they exist. This field is optional. |
| Template_Id | String | False | The unique identifier of the property template associated with the file or folder. |
| AddorUpdateFields | String | False | An aggregate of property fields to add or update. Must be a JSON object or the name of a #TEMP table containing the fields and values. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of 'true' when the properties are successfully updated; otherwise, returns 'false'. |