From 1e1148449121fbd7f979cce736507cc376485f73 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 26 Jan 2023 16:31:55 -0500 Subject: [PATCH] fix: schema changes for d1364c313021e48a879a818b24947e1457c062f7 --- public/openapi/read/admin/manage/categories.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/openapi/read/admin/manage/categories.yaml b/public/openapi/read/admin/manage/categories.yaml index 7cfc8753ff..36b8d4f9a8 100644 --- a/public/openapi/read/admin/manage/categories.yaml +++ b/public/openapi/read/admin/manage/categories.yaml @@ -49,5 +49,11 @@ get: children: type: array description: Array of children categories + subCategoriesLeft: + type: number + hasMoreSubCategories: + type: boolean + showMorePage: + type: number - $ref: ../../../components/schemas/Pagination.yaml#/Pagination - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file