Back

UpdateFieldValuesOperators


Set the operation for the update field value.

Enum Values : ObjectDescription
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.