更新帖子
开发中PUT
/posters/{id}请求参数
Path 参数
id
integer
必需
示例值:
1
Header 参数
fake-cookie
string
可选
示例值:
{{fake_cookie}}
Body 参数application/json
title
string
标题
text
string
内容
image_mids
array[string]
图片
图片mid列表
plugins
string
插件
一个JSON列表
anonymous
boolean
匿名
发送者是否匿名
tags
array[string]
标签
claim_id
integer
声明编号
public
boolean
公开
公开或仅自己可见
示例
{
"title": "第切验段",
"text": "anim est",
"mids": [
"35",
"86",
"12",
"26"
],
"anonymous": false,
"tags": [
"eiusmod",
"tempor et Lorem sunt sed",
"dolore"
],
"claim_id": 2,
"public": true,
"plugins": "dolor"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前