Edit an article
POST
/oauthLast modified: 2 年前
Maintainer:
Edit an article
Request
Body Params application/x-www-form-urlencoded
module
string
required
Module name, Cannot be changed.
Example:
channel/article_edit
article_id
integer
required
Article ID.
Example:
123
level
integer
required
The level number required for browsing articles, Created by the channel author themselves.
Example:
1
title
string
required
Article title, Maximum length is 250 characters.
Example:
This is a title
content
string
required
Article content, Maximum length is 5000 characters, Support for markdown.
Example:
This is a content
private
integer
required
Is this article only visible to oneself, 1/0 selectable, If this parameter is 1, then the parameter level needs to be 0.
Example:
0
share_link
array[string]
optional
The febbox sharing link carried in the article, with optional parameters, supports up to 10.
Example:
["https://www.febbox.com/share/wsed1rtg","https://www.febbox.com/share/wsed1rtg"]
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
required
msg
string
required
server_runtime
number
required
Example
{
"code": 0,
"msg": "string",
"server_runtime": 0
}
Last modified: 2 年前