Replace version numbers with release numbers
This commit is contained in:
parent
8c874176d2
commit
873b0dcecf
41 changed files with 137 additions and 178 deletions
|
@ -1,12 +1,12 @@
|
|||
swagger: '2.0'
|
||||
info:
|
||||
title: "Matrix Client-Server v1 Push API"
|
||||
title: "Matrix Client-Server Push API"
|
||||
version: "1.0.0"
|
||||
host: localhost:8008
|
||||
schemes:
|
||||
- https
|
||||
- http
|
||||
basePath: /_matrix/client/api/v1
|
||||
basePath: /_matrix/client/%CLIENT_MAJOR_VERSION%
|
||||
consumes:
|
||||
- application/json
|
||||
produces:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue