UpdateFieldValuesOperators
Set the operation for the update field value.
Enum Values : Object | Description |
---|---|
ADD: | Append values to existing list of values, compatible with field types that support lists like Attachments, Assignees, Labels, Connections and Checklists. |
REMOVE: | Remove values from the existing list of values, compatible with field types that support lists like Attachments, Assignees, Labels, Connections and Checklists. |
REPLACE: | Replace the existing value with the new one provided. |