From 9007ace13670bbaebefbb662b52bc64fe3c46053 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 2 Feb 2023 15:52:43 -0500 Subject: [PATCH] fix: schema changes for #11206 --- public/openapi/read/post-queue.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/openapi/read/post-queue.yaml b/public/openapi/read/post-queue.yaml index 2edffc67d5..fa200b6d6a 100644 --- a/public/openapi/read/post-queue.yaml +++ b/public/openapi/read/post-queue.yaml @@ -162,6 +162,10 @@ get: titleRaw: type: string - $ref: ../components/schemas/CategoryObject.yaml#/CategoryObject + enabled: + type: number + singlePost: + type: boolean - $ref: ../components/schemas/Pagination.yaml#/Pagination - $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: ../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file