Replace version numbers with release numbers

This commit is contained in:
Daniel Wagner-Hall 2015-12-04 11:09:35 +00:00
parent 8c874176d2
commit 873b0dcecf
41 changed files with 137 additions and 178 deletions

View file

@ -1,12 +1,12 @@
swagger: '2.0'
info:
title: "Matrix Client-Server v1 Room Banning API"
title: "Matrix Client-Server Room Banning 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: