Bundle: prePublish

Bundle: prePublish

出版书前的验证。

Request

HTTP request

POST https://www.featapi.com/api/dimzou/bundle/{id}/pre-publish/

Parameters

  • Path parameters
Parameter nameValueDescription
idstring出版的bundle id

授权

此请求需要具有以下所有范围的授权:

Scopes
dimzou_bundle

有关更多信息,请参阅认证和授权页面。

Request body

Property nameValueDescriptionNotes
Required Properties
nodeslist[string]提交出版的章节id的列表

Response

200 验证通过,可以继续出版

{
    "data": {
        "status": true 
    } 
}

400 验证失败,不能出版

{
    "error": true,
    "message": null,
    "code": "VALIDATION_EXCEPTION",
    "data": {
        "errors": {
            "{Node ID}": {
                "content": "Content is empty." 
            },
            "{Node ID}": {
                "title": "Cover Chapter Title is empty.",
                "summary": "Cover Chapter Summary is empty." 
            } 
        } 
    } 
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code