From 0aa25f20d5cf6ab96b0c16ce8fc1cc3a9785f1cf Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 22 Dec 2021 10:25:13 -0500 Subject: [PATCH] docs: roomId is number --- public/openapi/components/schemas/Chats.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/components/schemas/Chats.yaml b/public/openapi/components/schemas/Chats.yaml index 545b2f9ff6..91c41f777b 100644 --- a/public/openapi/components/schemas/Chats.yaml +++ b/public/openapi/components/schemas/Chats.yaml @@ -5,7 +5,7 @@ RoomObject: type: number description: the uid of the chat room owner (usually the user who created the room initially) roomId: - type: string + type: number description: unique identifier for the chat room roomName: type: string