Hide or unhide a reply
x_organic_hide_replyHide or unhide a reply in a conversation you own, with explicit confirmation required for policy-safe moderation.
Instructions
PUT /2/tweets/:id/hidden. Only works for replies on a conversation you own. Requires confirm=true. Scope tweet.moderate.write. hidden=true hides, false unhides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hidden | Yes | true to hide, false to unhide | |
| confirm | No | Must be true after the user explicitly named this action. Never set on your own. | |
| reply_id | Yes | Id of the reply to hide/unhide, not the root post |