Comments
Task comments
List comments on a task
List comments on a task
Add a comment to a task
Add a comment to a task
Update a comment
Update a comment. Authors may update their own comments; other callers require `comments.update` permission.
Delete a comment (soft-delete)
Delete a comment (soft-delete). Authors may delete their own comments; other callers require `comments.delete` permission.
List comments on an initiative
List comments on an initiative. Soft-deleted comments are returned (the UI renders a `[deleted]` placeholder). `order=asc|desc` controls ordering by createdAt; defaults to `asc` (oldest first).
Add a comment to an initiative
Add a comment to an initiative.
Update an initiative comment
Update an initiative comment. Authors may update their own comments; other callers require `comments.update` permission.
Delete an initiative comment (soft-delete)
Delete an initiative comment (soft-delete). Authors may delete their own comments; other callers require `comments.delete.any` permission.