新建文章
POST
/papers请求参数
Header 参数
fake-cookie
string
必需
Body 参数application/json
title
string
标题
intro
string
简介
content
string
内容
使用Editor.js编码为JSON字符串
anonymous
boolean
是否匿名
public_edit
boolean
是否公开编辑
示例
{
"title": "string",
"intro": "string",
"content": "string",
"anonymous": true,
"public_edit": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
integer
必需
示例
{
"id": 0
}
最后修改时间: 1 年前