发布帖子
开发中POST
/posters请求参数
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
声明编号
0时为无声明
public
boolean
公开
公开或仅自己可见
示例
{
"title": "机分增适示进间",
"text": "ea Lorem minim velit esse",
"mids": [
""
],
"anonymous": false,
"tags": [
"League of Legends",
"ut in Duis",
"incididunt et",
"laboris e"
],
"claim_id": 1,
"public": false,
"plugins": "cillum"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
integer
必需
示例
{
"id": 0
}
最后修改时间: 1 年前