Task Management
Update a task item
Update a task item in Betayum. Manage task items and attachments linked to operational entities such as risks and vendors.
put/v1/task-management/{id}
Path parameters
idstring required
Example:tski_abc123def456
Task item ID
Request body
Response
Task item updated successfully
Example response
{
"id": "tski_abc123def456",
"title": "Review vendor contract"
}