You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
head:
|
|
tags:
|
|
- chats
|
|
summary: check if a chat room exists
|
|
parameters:
|
|
- in: path
|
|
name: roomId
|
|
schema:
|
|
type: number
|
|
required: true
|
|
description: room ID to check
|
|
example: 1
|
|
responses:
|
|
'200':
|
|
description: chat room found
|
|
'404':
|
|
description: chat room not found |