From 4ab31e3f7917888dfe04234a2cfdb6ff1c0c605e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 24 Jun 2024 15:54:42 -0400 Subject: [PATCH] chore: openapi --- public/openapi/read/topic/topic_id.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/openapi/read/topic/topic_id.yaml b/public/openapi/read/topic/topic_id.yaml index 4b890143f7..2c712f31a0 100644 --- a/public/openapi/read/topic/topic_id.yaml +++ b/public/openapi/read/topic/topic_id.yaml @@ -374,6 +374,20 @@ get: type: string postIndex: type: number + author: + type: object + required: [username, uid] + properties: + username: + type: string + userslug: + type: string + uid: + type: number + fullname: + type: string + displayname: + type: string loggedInUser: $ref: ../../components/schemas/UserObject.yaml#/UserObject - type: object