From 8e7f6d44f6eca6a258d4b4eeb46168cda1911b01 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 8 Dec 2015 14:01:16 +0000 Subject: [PATCH] Remove v1 references --- api/client-server/event_context.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/event_context.yaml b/api/client-server/event_context.yaml index 71fa9c44..2418f672 100644 --- a/api/client-server/event_context.yaml +++ b/api/client-server/event_context.yaml @@ -1,12 +1,12 @@ swagger: '2.0' info: - title: "Matrix Client-Server v1 Rooms API" + title: "Matrix Client-Server Event Context API" version: "1.0.0" host: localhost:8008 schemes: - https - http -basePath: /_matrix/client/api/v1 +basePath: /_matrix/client/api/%CLIENT_MAJOR_VERSION% consumes: - application/json produces: