Feedback items

Add a comment to a feedback item — a public portal comment (default) or a private internal team note (internal: true). Append-only (no edit/delete); plain text, no mentions yet. Read them back via get_feedback_item.

post/feedback_item/{feedbackItemId}/comment

Path parameters

feedbackItemIdstring required

Request body

bodystring required

Plain-text body (non-empty). Mentions are not supported yet.

internalboolean

true = private internal team note; false/omitted = public portal comment.

Response

The created comment id

internalboolean required
idstring required

Changes

No recorded changes to this endpoint across all 3 revisions of this API.