karea_edit_question
Edit an open question by updating its text, answer, status, markdown body, or linking/unlinking task IDs. Modify question details and manage associated tasks.
Instructions
Edit an open question
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| questionId | Yes | Question UUID | |
| question | No | Update the question text | |
| answer | No | Set or update the answer | |
| status | No | Change status: open, answered, cancelled | |
| markdown | No | Update markdown body | |
| taskIdsAdd | No | Task IDs to link | |
| taskIdsRemove | No | Task IDs to unlink |