Tasks
Update status for multiple tasks
Update status for multiple tasks in Betayum. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
patch/v1/tasks/bulk
Request body
Example request
{
"taskIds": [
"tsk_abc123",
"tsk_def456"
],
"status": "in_progress",
"reviewDate": "2025-01-01T00:00:00.000Z",
"notRelevantJustification": "This control is out of scope for our SOC 2 audit."
}Response
Tasks updated successfully
Example response
{
"updatedCount": 2
}