v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
Tasks

Update assignee for multiple tasks

Update assignee for multiple tasks in Betayum. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.

patch/v1/tasks/bulk/assignee

Request body

taskIdsstring[] required
assigneeIdstring nullable

Assignee member ID, or null to unassign

Example request

{
  "taskIds": [
    "tsk_abc123",
    "tsk_def456"
  ],
  "assigneeId": "mem_abc123"
}

Response

Tasks updated successfully

updatedCountnumber

Example response

{
  "updatedCount": 2
}