Hide replies
PUT
/2/tweets/{id}/hiddenHides or unhides a reply to an owned conversation.
请求参数
Path 参数
id
必需
The ID of the reply that you want to hide or unhide.
Body 参数application/json
hidden
boolean
可选
示例
{
"hidden": true
}
示例代码
返回响应
A successful response. The reply has been hidden or unhidden.(200)
500(500)
A successful response. The reply has been hidden or unhidden.
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
object
可选
hidden
boolean
可选
示例
{
"data": {
"hidden": true
}
}
最后修改时间: 3 年前