Subtasks
Update Subtask Status
Use 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.
put/api/datasubject/v2/subtasks/{subtaskId}/status
Path parameters
subtaskIdstring uuid required
Subtask Id
Request body
Example request
{
"comment": "Updating the status for this reason",
"status": "FAILED",
"resolutionId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
}Response
OK