diff --git a/public/openapi/components/schemas/CategoryObject.yaml b/public/openapi/components/schemas/CategoryObject.yaml index 1599975b3c..c19a5f192c 100644 --- a/public/openapi/components/schemas/CategoryObject.yaml +++ b/public/openapi/components/schemas/CategoryObject.yaml @@ -57,6 +57,8 @@ CategoryObject: description: The `background-position` of the category background image, if one is set isSection: type: number + postQueue: + type: number totalPostCount: type: number description: The number of posts in the category diff --git a/public/openapi/read/admin/manage/categories/category_id.yaml b/public/openapi/read/admin/manage/categories/category_id.yaml index bf7946222f..0dba90a8a6 100644 --- a/public/openapi/read/admin/manage/categories/category_id.yaml +++ b/public/openapi/read/admin/manage/categories/category_id.yaml @@ -89,4 +89,6 @@ get: type: array items: type: string + postQueueEnabled: + type: boolean - $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file diff --git a/public/openapi/read/category/cid/id.yaml b/public/openapi/read/category/cid/id.yaml index 98fd0d4e34..e70f774b07 100644 --- a/public/openapi/read/category/cid/id.yaml +++ b/public/openapi/read/category/cid/id.yaml @@ -53,6 +53,8 @@ get: type: string isSection: type: number + postQueue: + type: number totalPostCount: type: number totalTopicCount: