From 4ef9d5fa55a345bb3dbd6dde6b0e60c454d82bdf Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 13 Feb 2026 13:18:25 -0500 Subject: [PATCH] docs: add missing privileges prop to world schema --- public/openapi/read/world.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/public/openapi/read/world.yaml b/public/openapi/read/world.yaml index 745d04348a..450d49e362 100644 --- a/public/openapi/read/world.yaml +++ b/public/openapi/read/world.yaml @@ -48,6 +48,33 @@ get: hasFollowers: type: boolean nullable: true + privileges: + type: object + properties: + topics:create: + type: boolean + topics:read: + type: boolean + topics:schedule: + type: boolean + topics:tag: + type: boolean + read: + type: boolean + posts:view_deleted: + type: boolean + cid: + type: string + example: '-1' + uid: + type: number + description: A user identifier + editable: + type: boolean + view_deleted: + type: boolean + isAdminOrMod: + type: boolean title: type: string topicCount: