Remove v1 references
This commit is contained in:
parent
dd276d4c4d
commit
8e7f6d44f6
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
swagger: '2.0'
|
swagger: '2.0'
|
||||||
info:
|
info:
|
||||||
title: "Matrix Client-Server v1 Rooms API"
|
title: "Matrix Client-Server Event Context API"
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
host: localhost:8008
|
host: localhost:8008
|
||||||
schemes:
|
schemes:
|
||||||
- https
|
- https
|
||||||
- http
|
- http
|
||||||
basePath: /_matrix/client/api/v1
|
basePath: /_matrix/client/api/%CLIENT_MAJOR_VERSION%
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
produces:
|
produces:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue