fix: spec

v1.18.x
Barış Soner Uşaklı 4 years ago
parent f7c738deda
commit cfb7b113e9

@ -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

@ -89,4 +89,6 @@ get:
type: array
items:
type: string
postQueueEnabled:
type: boolean
- $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps

@ -53,6 +53,8 @@ get:
type: string
isSection:
type: number
postQueue:
type: number
totalPostCount:
type: number
totalTopicCount:

Loading…
Cancel
Save