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
}Changes
Changed in 2 of the 51 revisions of this API.11
- ○
added the new optional request property
notRelevantJustificationnew-optional-request-property
- ○
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●