Update a task
Update a task in Betayum. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
Path parameters
Unique task identifier
Request body
Example request
{
"title": "Review access controls",
"description": "Review and update access control policies",
"status": "in_progress",
"assigneeId": "mem_abc123",
"approverId": "mem_abc123",
"frequency": "monthly",
"integrationScheduleFrequency": "daily",
"department": "it",
"reviewDate": "2025-01-01T00:00:00.000Z",
"notRelevantJustification": "This control is out of scope for our SOC 2 audit."
}Response
Task updated successfully
Example response
{
"id": "tsk_abc123def456",
"title": "Implement user authentication",
"description": "Add OAuth 2.0 authentication to the platform",
"status": "in_progress",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"integrationScheduleFrequency": "daily"
}Changes
Changed in 3 of the 51 revisions of this API.16
- ○
added the new optional request property
notRelevantJustificationnew-optional-request-property
- ○
- ○
added the new optional request property
integrationScheduleFrequencynew-optional-request-property
- ○
added the optional property
integrationLastRunAtto the response with the200statusresponse-optional-property-added
- ○
added the required property
integrationScheduleFrequencyto the response with the200statusresponse-required-property-added
- ○
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
- ○
added the new optional request property
descriptionnew-optional-request-property
- ○
added the new optional request property
titlenew-optional-request-property
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●