haops_update_discussion
Update discussion metadata including title, status, priority, assignment, locking, and pinning to resolve or close discussions.
Instructions
Update discussion properties (title, status, priority, assignment, locking, pinning). Use this to resolve/close discussions or change metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Discussion type | |
| title | No | New discussion title | |
| status | No | Discussion status (e.g., resolved, closed) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| isLocked | No | Whether the discussion is locked (no new messages allowed) | |
| isPinned | No | Whether the discussion is pinned (appears first in lists) | |
| priority | No | Priority level | |
| assignedTo | No | UUID of user to assign the discussion to (or null to unassign) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| discussionId | Yes | UUID of the discussion to update |