Update TaskAsk AIput https://{hostname}/api/custom-entity/v1/tasks/{taskId}Use this API to update an existing task for an object. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Path ParamstaskIduuidrequiredThe unique identifier of the task.Body ParamstaskNamestringrequiredlength between 1 and 512The name of the task.descriptionstringlength β€ 2000The description of the task.assigneeIduuidThe unique identifier of the user assigned as an assignee on the task.assigneeEmailstringlength between 5 and 255The email address of the user assigned as an assignee on the task.collaboratorsarray of objectsThe details of the collaborators assigned to the task.collaboratorsADD objectdeadlinedate-timeThe date and time by which the task should be completed.statusstringenumThe status of the task.OpenOpenClosedAllowed:OpenClosedcontextobjectThe contextual details of the task.context objectprioritystringenumDefaults to MEDIUMThe priority level of the task.LOWMEDIUMHIGHAllowed:LOWMEDIUMHIGHisRequiredbooleanDefaults to falseThis flag indicates whether the task is required.truefalsesourceTypestringlength between 1 and 16The type of source that created the task.sourceIduuidThe unique identifier of the source that created the task.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago