(书的作者或管理员)审批用户提交的段落。
Request
HTTP request
POST https://www.featapi.com/api/dimzou/bundle/{id}/check/
Parameters
- Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | Bundle(book) ID |
- Query parameters
Parameter name | Value | Description |
---|---|---|
Required parameters | ||
node | string | 章节id |
授权
此请求需要具有以下所有范围的授权:
Scopes |
---|
dimzou_bundle |
有关更多信息,请参阅认证和授权页面。
Request body
在请求体中,提供具有以下数据:
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
reword_type | enum | reword类型 | Reword.Type |
action | string | elect/reject | |
reword_id | integer | 审批的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