From 47ab952639520e5b3daff00f16cf94dd68c47b7e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 22 Dec 2021 10:32:48 -0500 Subject: [PATCH] docs: fix description for route --- public/openapi/write/chats/roomId/users/uid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/write/chats/roomId/users/uid.yaml b/public/openapi/write/chats/roomId/users/uid.yaml index 964c71c41c..5bd028effa 100644 --- a/public/openapi/write/chats/roomId/users/uid.yaml +++ b/public/openapi/write/chats/roomId/users/uid.yaml @@ -2,7 +2,7 @@ delete: tags: - chats summary: leave/remove one user from chat room - description: This operation removes (kicks) a single user from a chat room + description: This operation removes (kicks) a single user from a chat room, or leaves the chat room if the requested user is the same as the calling user. parameters: - in: path name: roomId