Remove v1 references

This commit is contained in:
Erik Johnston 2015-12-08 14:01:16 +00:00
parent dd276d4c4d
commit 8e7f6d44f6

View file

@ -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: