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"
}Changes
Changed in 2 of the 51 revisions of this API.21
- ▲
the
assigneeresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
updatedByresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
- ●
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
- ●