mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +01:00
docs: fix description for route
This commit is contained in:
@@ -2,7 +2,7 @@ delete:
|
|||||||
tags:
|
tags:
|
||||||
- chats
|
- chats
|
||||||
summary: leave/remove one user from chat room
|
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:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: roomId
|
name: roomId
|
||||||
|
|||||||
Reference in New Issue
Block a user