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