mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
docs: fix openapi spec for new property in post queue route
This commit is contained in:
@@ -170,6 +170,12 @@ get:
|
|||||||
type: number
|
type: number
|
||||||
singlePost:
|
singlePost:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
privileges:
|
||||||
|
type: object
|
||||||
|
properties: {}
|
||||||
|
additionalProperties:
|
||||||
|
description: "A list of global and admin privileges, and whether the calling user has (or has inherited) them"
|
||||||
|
type: boolean
|
||||||
- $ref: ../components/schemas/Pagination.yaml#/Pagination
|
- $ref: ../components/schemas/Pagination.yaml#/Pagination
|
||||||
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
- $ref: ../components/schemas/Breadcrumbs.yaml#/Breadcrumbs
|
||||||
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps
|
- $ref: ../components/schemas/CommonProps.yaml#/CommonProps
|
||||||
Reference in New Issue
Block a user