Task Management
Create a new task item
Create a new task item in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors.
post/v1/task-management
Request body
Example request
{
"title": "Review vendor contract",
"entityType": "vendor"
}Response
Task item created successfully
Example response
{
"id": "tski_abc123def456",
"title": "Review vendor contract"
}