test: fix spec

isekai-main
Barış Soner Uşaklı 2 years ago
parent d545c1432f
commit b63cd54812

@ -19,6 +19,9 @@ RoomObject:
userCount:
type: number
description: number of users in this chat room
groups:
type: array
description: list of groups that can access the room
timestamp:
type: number
description: Timestamp of when room was created

@ -36,6 +36,8 @@ get:
type: number
icon:
type: string
groups:
type: array
timestamp:
type: number
description: Timestamp of when room was created
@ -181,6 +183,8 @@ get:
type: boolean
userCount:
type: number
groups:
type: array
timestamp:
type: number
description: Timestamp of when room was created

Loading…
Cancel
Save