docs: fix description for route

This commit is contained in:
Julian Lam
2021-12-22 10:32:48 -05:00
parent 0aa25f20d5
commit 47ab952639

View File

@@ -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