mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 05:40:43 +01:00
docs: fix description for route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user