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.
20 lines
471 B
YAML
20 lines
471 B
YAML
4 years ago
|
get:
|
||
|
tags:
|
||
|
- shorthand
|
||
|
summary: Access a chat room
|
||
|
description: Redirects a request to the proper chat page URL
|
||
|
parameters:
|
||
|
- name: roomid
|
||
|
in: path
|
||
|
required: true
|
||
|
schema:
|
||
|
type: string
|
||
|
example: 1
|
||
|
responses:
|
||
|
"200":
|
||
|
description: "Chat identifier resolved"
|
||
|
content:
|
||
|
text/plain:
|
||
|
schema:
|
||
|
type: string
|
||
|
description: A relative path to the canonical URL for that chat page
|