From e291c085f457ea16ba513f1168f070bfe27732dd Mon Sep 17 00:00:00 2001 From: Hakaabi Date: Mon, 14 Oct 2024 12:09:16 +0300 Subject: [PATCH] Added isAnonymous to topics schema6 --- public/openapi/components/schemas/TopicObject.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/openapi/components/schemas/TopicObject.yaml b/public/openapi/components/schemas/TopicObject.yaml index b1992ae576..a11aaa6536 100644 --- a/public/openapi/components/schemas/TopicObject.yaml +++ b/public/openapi/components/schemas/TopicObject.yaml @@ -76,8 +76,9 @@ TopicObject: banned_until_readable: type: string isAnonymous: - type: string + type: boolean description: Indicates whether the user posted anonymously + example: true required: - uid - username