更新文章
PUT
/papers/{id}请求参数
Path 参数
id
string
必需
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
数据结构
object {0}
示例
{}
最后修改时间: 1 年前