Update taskAsk AIput https://{hostname}/api/task-management/v1/tasks/{taskId}Updates an existing task by its ID and task type name keyPath ParamstaskIduuidrequiredUnique identifier of the task to updateQuery ParamstaskTypeNameKeystringenumrequiredlength β₯ 1Task type name key used to identify the service handling the taskIssueAllowed:IssueBody ParamstaskNamestringrequiredlength between 0 and 512The name of the task.descriptionstringlength between 0 and 2000The description of the task.assigneeIduuidThe unique identifier of the user assigned as an assignee on the task.assigneeEmailstringlength between 0 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:LOWMEDIUMHIGHisRequiredbooleanThis flag indicates whether the task is required.falsetruefalsesourceTypestringlength between 0 and 16The type of source that created the task.sourceIduuidThe unique identifier of the source that created the task.Responses 200Task updated successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated about 2 months ago