docs: add bookmarks to postobject in /world

This commit is contained in:
Julian Lam
2026-02-13 12:41:53 -05:00
parent 9a15b57154
commit 07f9eda9fb
2 changed files with 6 additions and 3 deletions

View File

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

View File

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