mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 19:11:22 +01:00
docs: add bookmarks to postobject in /world
This commit is contained in:
@@ -176,8 +176,6 @@ PostObject:
|
|||||||
type: boolean
|
type: boolean
|
||||||
replies:
|
replies:
|
||||||
type: number
|
type: number
|
||||||
bookmarks:
|
|
||||||
type: number
|
|
||||||
PostDataObject:
|
PostDataObject:
|
||||||
description: The output as returned from `Posts.getPostsData`
|
description: The output as returned from `Posts.getPostsData`
|
||||||
allOf:
|
allOf:
|
||||||
|
|||||||
@@ -25,7 +25,12 @@ get:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
posts:
|
posts:
|
||||||
$ref: ../components/schemas/PostsObject.yaml#/PostsObject
|
allOf:
|
||||||
|
- $ref: ../components/schemas/PostsObject.yaml#/PostsObject
|
||||||
|
- type: object
|
||||||
|
properties:
|
||||||
|
bookmarks:
|
||||||
|
type: number
|
||||||
showThumbs:
|
showThumbs:
|
||||||
type: boolean
|
type: boolean
|
||||||
showTopicTools:
|
showTopicTools:
|
||||||
|
|||||||
Reference in New Issue
Block a user