feat(studio): manage content subtopics
This commit is contained in:
@@ -1273,8 +1273,8 @@ export interface paths {
|
||||
*/
|
||||
content_value?: string;
|
||||
/**
|
||||
* @description 可扩展性评分,0-255。
|
||||
* @example 80
|
||||
* @description 可扩展性评分,0-10。
|
||||
* @example 8
|
||||
*/
|
||||
expandability_score?: number;
|
||||
/**
|
||||
@@ -3277,8 +3277,8 @@ export interface paths {
|
||||
*/
|
||||
content_value?: string;
|
||||
/**
|
||||
* @description 可扩展性评分,0-255。
|
||||
* @example 90
|
||||
* @description 可扩展性评分,0-10。
|
||||
* @example 9
|
||||
*/
|
||||
expandability_score?: number;
|
||||
/**
|
||||
@@ -7685,9 +7685,9 @@ export interface paths {
|
||||
* @example b
|
||||
*/
|
||||
q?: string | null;
|
||||
/** @example false */
|
||||
status?: boolean | null;
|
||||
/** @example true */
|
||||
status?: boolean | null;
|
||||
/** @example false */
|
||||
is_robot?: boolean | null;
|
||||
/**
|
||||
* @description Must not be greater than 100 characters.
|
||||
|
||||
Reference in New Issue
Block a user