test: fix spec

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

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

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

Loading…
Cancel
Save