From 07f9eda9fb490320c42646802b38993a7bcf69a0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 13 Feb 2026 12:41:53 -0500 Subject: [PATCH] docs: add bookmarks to postobject in /world --- public/openapi/components/schemas/PostObject.yaml | 2 -- public/openapi/read/world.yaml | 7 ++++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/openapi/components/schemas/PostObject.yaml b/public/openapi/components/schemas/PostObject.yaml index 306a13f665..54dcc248c2 100644 --- a/public/openapi/components/schemas/PostObject.yaml +++ b/public/openapi/components/schemas/PostObject.yaml @@ -176,8 +176,6 @@ PostObject: type: boolean replies: type: number - bookmarks: - type: number PostDataObject: description: The output as returned from `Posts.getPostsData` allOf: diff --git a/public/openapi/read/world.yaml b/public/openapi/read/world.yaml index d4bf00a658..745d04348a 100644 --- a/public/openapi/read/world.yaml +++ b/public/openapi/read/world.yaml @@ -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: