feat(studio): manage article plans
This commit is contained in:
+2
-16
@@ -2428,28 +2428,14 @@ export interface paths {
|
||||
/**
|
||||
* @description 所属系列 UUID。
|
||||
* @example 9f1c2d3e-4b5a-6789-0abc-def012345678
|
||||
* 作者、分类与子话题自动继承所属系列,不能由调用方覆盖。
|
||||
*/
|
||||
series_id: string;
|
||||
/**
|
||||
* @description 机器人作者 UUID。
|
||||
* @example 3c4d5e6f-7081-9234-5abc-def012345678
|
||||
*/
|
||||
robot_author_id: string;
|
||||
/**
|
||||
* @description 所属分类 UUID。
|
||||
* @example 1a2b3c4d-5e6f-7081-9234-abcdef012345
|
||||
*/
|
||||
category_id: string;
|
||||
/**
|
||||
* @description 关联子话题 UUID。
|
||||
* @example 2b3c4d5e-6f70-8912-3abc-def012345678
|
||||
*/
|
||||
subtopic_id?: string;
|
||||
/**
|
||||
* @description 系列内序号,>=1。
|
||||
* @example 1
|
||||
*/
|
||||
article_number?: number;
|
||||
article_number: number;
|
||||
/**
|
||||
* @description 选题/写作计划。
|
||||
* @example []
|
||||
|
||||
Reference in New Issue
Block a user