From dc132b6767c8f35a8c1cb9be09fd0934c55d8e65 Mon Sep 17 00:00:00 2001 From: Hakaabi Date: Mon, 14 Oct 2024 15:14:58 +0300 Subject: [PATCH] added isAnonymous in PostObject.yaml --- public/openapi/components/schemas/PostObject.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/openapi/components/schemas/PostObject.yaml b/public/openapi/components/schemas/PostObject.yaml index c4e15f5cd5..1cc9e971b0 100644 --- a/public/openapi/components/schemas/PostObject.yaml +++ b/public/openapi/components/schemas/PostObject.yaml @@ -25,6 +25,9 @@ PostObject: timestampISO: type: string description: An ISO 8601 formatted date string (complementing `timestamp`) + isAnonymous: + type: boolean + description: Indicates if the user is anonymous user: type: object properties: @@ -58,9 +61,6 @@ PostObject: `icon:text` for the user's auto-generated icon example: "#f44336" - isAnonymous: - type: boolean - description: Indicates if the user is anonymous topic: type: object properties: