From 1e1127bd20a1cbb669b8947cd839c8ee228c6693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 13 Mar 2021 14:35:26 -0500 Subject: [PATCH] fix: spec --- public/openapi/read/tags/tag.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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: