diff --git a/public/openapi/read/tags/tag.yaml b/public/openapi/read/tags/tag.yaml index 8d742baf8e..41557d7c61 100644 --- a/public/openapi/read/tags/tag.yaml +++ b/public/openapi/read/tags/tag.yaml @@ -227,6 +227,26 @@ get: type: string title: type: string + showSelect: + type: boolean + showTopicTools: + type: boolean + allCategoriesUrl: + type: string + selectedCategory: + type: object + properties: + icon: + type: string + name: + type: string + bgColor: + type: string + nullable: true + selectedCids: + type: array + items: + type: number rssFeedUrl: type: string feeds:disableRSS: