Patch task fieldAsk AIpatch https://api.clientsuccess.com/v2/task/{taskUuid}/{taskField}Update task by one fieldPath ParamstaskFieldstringenumrequiredtaskFieldMILESTONE_UUIDCLIENT_IDNAMEDESCRIPTIONCOMPLETEDSTATUSDUE_DATEPRIORITYASSIGN_TO_EMPLOYEETEAMMATEWATCHERSRECURRINGRECURRING_TASK_CONFIGATTRIBUTESSTART_DATENONEShow 16 enum valuestaskUuidstringrequiredtaskUuidBody ParamstaskDtoassignToEmployeeIdint32The id of tenant employee that will be assigned to current taskattributesstringAttributes of taskclientIdint32Id of customer assigned to the current taskcompletedbooleanThe completion status of current tasktruefalsedescriptionstringlength between 0 and 8000The description of current taskdueDatedateThe due date of current task. A date without a TZ in the ISO-8601 calendar system, such as 2021-12-03milestoneUuidstringMilestone uuid to the current tasknamestringlength between 0 and 1000The name of current taskpatchFieldsarray of stringsThe list of properties, which need to updatepatchFieldsADD stringpriorityobjectTaskPriorityType objectrecurringbooleanIs this task recurringtruefalserecurringTaskConfigobjectRecurringTaskConfigDTO objectstartDatedateThe start date of current task. A date without a TZ in the ISO-8601 calendar system, such as 2021-12-03statusobjectClientSuccessCycleStepStatusType objectteammateIdsarray of int32sThe list of teammates, that will be assigned to current taskteammateIdsADD int32watcherIdsarray of int32sThe list of watchers, that will be assigned to current taskwatcherIdsADD int32zapierRequestbooleantruefalseResponses 200OK 400Bad Request 403Forbidden 404Not Found 500Internal Server ErrorUpdated over 2 years ago