mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
docs: roomId is number
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user