karea_edit_question
Edit an open question by modifying its text, status, answer, or linked tasks. Only specified fields are changed, returning the updated question.
Instructions
Edit an open question: change its text, status (open, answered or cancelled), answer, or linked tasks. Only the fields you pass change. Returns the updated question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | No | Set or update the answer | |
| status | No | Change status: open, answered, cancelled | |
| markdown | No | Update markdown body | |
| question | No | Update the question text | |
| questionId | Yes | Question UUID or short ID (e.g. KAQ3) | |
| taskIdsAdd | No | Task IDs to link | |
| taskIdsRemove | No | Task IDs to unlink |