Update Subtask StatusAsk AIput https://{hostname}/api/datasubject/v2/subtasks/{subtaskId}/statusUse this API to update the status of an existing subtask. πThings to Know The following statuses can be passed as parameter values in the request: IN_PROGRESS, FAILED, COMPLETED, and REJECTED. The Resolution ID can only be passed if the subtask status is updated to COMPLETED or REJECTED. Path ParamssubtaskIduuidrequiredSubtask IdBody Paramscommentstringlength β€ 1500000Comments can be updated for system subtask status call - this can be used for reason for failure. Longer comments may impact system performance.statusstringenumrequiredStatus to be updated to completed or failedIN_PROGRESSFAILEDCOMPLETEDREJECTEDAllowed:IN_PROGRESSFAILEDCOMPLETEDREJECTEDresolutionIduuidResolution ID (can only be passed if the subtask status is updated to COMPLETED or REJECTED)Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago