出版书前的验证。
Request
HTTP request
POST https://www.featapi.com/api/dimzou/bundle/{id}/pre-publish/
Parameters
- Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 出版的bundle id |
授权
此请求需要具有以下所有范围的授权:
Scopes |
---|
dimzou_bundle |
有关更多信息,请参阅认证和授权页面。
Request body
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
nodes | list[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."
}
}
}
}