Merge pull request #226 from turt2live/travis/bridge-info
Add provisioning route for getting misc bridge info
This commit is contained in:
@@ -22,8 +22,23 @@ tags:
|
||||
- name: User info
|
||||
- name: Authentication
|
||||
- name: Bridging
|
||||
- name: Misc
|
||||
|
||||
paths:
|
||||
/bridge:
|
||||
get:
|
||||
operationId: get_bridge
|
||||
summary: Get the bridge's information
|
||||
tags: [Misc]
|
||||
responses:
|
||||
200:
|
||||
description: The bridge information
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
relaybot_username:
|
||||
type: string
|
||||
description: The relay bot's username on Telegram
|
||||
/portal/{room_id}:
|
||||
get:
|
||||
operationId: get_portal
|
||||
|
||||
Reference in New Issue
Block a user