update_a_task_outcome
Update an existing task outcome's title, sentiment, or disabled status by providing its ID and the fields to change.
Instructions
🟡 WRITE · updates data · Task Outcomes · PUT /taskOutccomes/{id}
Update a task outcome
Modifies an existing record in place. Idempotent.
Update an existing task outcome
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task outcome's id | |
| body | No | Request body (application/json). |