OptionalcandidateGroups?: string[] | nullThe list of candidate groups of the task. Reset by providing an empty list.
OptionalcandidateUsers?: string[] | nullThe list of candidate users of the task. Reset by providing an empty list.
OptionaldueDate?: string | nullThe due date of the task. Reset by providing an empty String.
OptionalfollowUpDate?: string | nullThe follow-up date of the task. Reset by providing an empty String.
Optionalpriority?: number | nullThe priority of the task.
JSON object with changed task attribute values.
The following attributes can be adjusted with this endpoint, additional attributes will be ignored:
candidateGroups- reset by providing an empty listcandidateUsers- reset by providing an empty listdueDate- reset by providing an empty StringfollowUpDate- reset by providing an empty Stringpriority- minimum 0, maximum 100, default 50Providing any of those attributes with a
nullvalue or omitting it preserves the persisted attribute's value.The assignee cannot be adjusted with this endpoint, use the Assign task endpoint. This ensures correct event emission for assignee changes.