v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Subtasks

Update Subtask

Use this API to update an existing subtask.

put/api/datasubject/v2/subtasks/{subtaskID}

Path parameters

subtaskIDstring uuid required

Sub-Task UUID

Request body

userEmailstring email

Email of the user associated with the subtask

descriptionstring required

Description of the subtask

deadlinestring date-time

Deadline for the subtask

reminderstring date-time

Reminder date for the subtask

requiredboolean

Whether the subtask is required

assignedTogroupboolean

Whether the subtask is assigned to a group

groupNamestring

Name of the group if assigned to a group

taskNamestring

Name of the task

Example request

{
  "userEmail": "user@example.com",
  "description": "This subtask is for data discovery",
  "deadline": "2023-09-08T12:49:47.920Z",
  "reminder": "2023-09-05T12:49:47.920Z",
  "required": true,
  "groupName": "Data Privacy Team",
  "taskName": "Data Discovery"
}

Response

OK