From 4bcbf7599475d818f0a5fb4b40b429311d067bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 8 Feb 2024 13:23:22 -0500 Subject: [PATCH] fix: spec --- public/openapi/read/category/category_id.yaml | 2 ++ public/openapi/read/topic/topic_id.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/openapi/read/category/category_id.yaml b/public/openapi/read/category/category_id.yaml index c737909010..8bf4cdcc39 100644 --- a/public/openapi/read/category/category_id.yaml +++ b/public/openapi/read/category/category_id.yaml @@ -114,6 +114,8 @@ get: type: array items: type: string + sortOptionLabel: + type: string - $ref: ../../components/schemas/Pagination.yaml#/Pagination - $ref: ../../components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: ../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file diff --git a/public/openapi/read/topic/topic_id.yaml b/public/openapi/read/topic/topic_id.yaml index 8b6ffdbd90..20ef21a031 100644 --- a/public/openapi/read/topic/topic_id.yaml +++ b/public/openapi/read/topic/topic_id.yaml @@ -404,6 +404,8 @@ get: type: boolean showPostPreviewsOnHover: type: boolean + sortOptionLabel: + type: string rssFeedUrl: type: string postIndex: