Update TaskCopy Pagepatch https://{defaultHost}/api/v2/launches/{launch_id}/tasks/{id}Updates the specified Task.Path ParamsidstringrequiredTask IDlaunch_idstringrequiredLaunch IDBody ParamsnamestringThe name of the Task.statusstringenumThe status of the Task.completedto_doin_progresscompletedblockedAllowed:to_doin_progresscompletedblockeddescriptionstring | nullThe description of the Task.due_datedate | nullThe due date of the Task.assigned_user_idinteger | nullThe ID of the user assigned as the Task owner's. Assignment requires share permissions on the associated Launch.checklist_section_idintegerThe unique ID of the Checklist Section that the Task is assigned to.Responses 204update successful 400invalid request 401authentication failed 404task not foundUpdated about 2 years ago