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
replies:
type: number
bookmarks:
type: number
PostDataObject:
description: The output as returned from `Posts.getPostsData`
allOf:

View File

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