Subtasks

Reprocess System Subtask

Use this API to reprocess a system subtask.

🗒 Things to Know

  • System subtasks in the Complete and Ready for Review statuses are not supported.
put/api/datasubject/v2/subtasks/{subtaskID}/reprocess

Path parameters

subtaskIDstring uuid required

Subtask ID

Request body

Commentstring

Internal comment to identify reason for reprocessing the subtask. Longer comments may impact system performance.

Example request

{
  "Comment": "Reprocessing due to configuration update"
}

Response

OK

string required

Changes

No recorded changes to this endpoint across all 1 revision of this API.