blog_pub
POST
/action/openapi/blog_pub
是
访问授权限制
password
授权范围(scope)
访问博客信息
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.oschina.net/action/openapi/blog_pub' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"title": "string",
"content": "string",
"save_as_draft": 0,
"catalog": "string",
"abstracts": "string",
"tags": "string",
"classification": 0,
"type": 0,
"origin_url": "string",
"privacy": "string",
"deny_comment": "string",
"auto_content": "string",
"as_top": "string"
}'
响应示例响应示例
200 - 成功 - 成功示例
{
"error": 200,
"error_description": "操作成功完成"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-08-22 04:14:49