Hide replies
PUT
/2/tweets/{id}/hiddenHides or unhides a reply to an owned conversation.
Request
Path Params
id
string
required
The ID of the reply that you want to hide or unhide.
Body Params application/json
hidden
boolean
optional
Example
{
"hidden": true
}
Request samples
Responses
A successful response. The reply has been hidden or unhidden.(200)
500(500)
A successful response. The reply has been hidden or unhidden.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
object
optional
hidden
boolean
optional
Example
{
"data": {
"hidden": true
}
}
Last modified: 2 years ago