Bundle: check

Bundle: check

(书的作者或管理员)审批用户提交的段落。

Request

HTTP request

POST https://www.featapi.com/api/dimzou/bundle/{id}/check/

Parameters

  • Path parameters
Parameter nameValueDescription
idstringBundle(book) ID
  • Query parameters
Parameter nameValueDescription
Required parameters
nodestring章节id

授权

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

Scopes
dimzou_bundle

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

Request body

在请求体中,提供具有以下数据:

Property nameValueDescriptionNotes
Required Properties
reword_typeenumreword类型Reword.Type
actionstringelect/reject
reword_idinteger审批的reword id

Response

如果成功,则此方法在响应正文中返回 Dimzou.reword 资源。

201 审批成功

{
    "data":{
        "id":170462,
        "bundle_id":169657,
        "type":0,
        "sort":1,
        "last_modified":"2020-07-15T06:27:03",
        "create_time":"2020-07-15T06:26:25",
        "status":0,
        "manuscript":null,
        "visibility":true,
        "permission":0,
        "template_config":{
            "cover_template":"I",
            "chapter_template":"I" 
        },
        "publish_time":null,
        "section":{
            "all_paragraphs":{
            },
            "title_paragraphs":{
            } 
        },
        "user":{
        },
        "collaborators":[
            {
                "id":153945,
                "bundle_id":169657,
                "node_id":170462,
                "role":200,
                "created_at":"2020-07-15T06:26:58",
                "joined_at":"2020-07-15T06:26:58",
                "updated_at":"2020-07-15T06:26:58",
                "contributing_words":0,
                "user":{
                },
                "user_id":9316432170039 
            }],
        "node_words":4,
        "node_paragraphs_count":3 
    } 
}

400 Submitted data error

示例返回数据可参考 API Common – Validation Exception

401 Permission Deny

示例返回数据可参考 API Common – Authorization Failed

发表评论

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

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

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

Captcha Code