From 972153be4fe3c3fce17b152e2d5a772428a8f4d3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 8 Jan 2016 14:05:04 +0000 Subject: [PATCH] Fix endpoint path for /context s/api// --- api/client-server/event_context.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/event_context.yaml b/api/client-server/event_context.yaml index da2be90f..25e5ecf6 100644 --- a/api/client-server/event_context.yaml +++ b/api/client-server/event_context.yaml @@ -6,7 +6,7 @@ host: localhost:8008 schemes: - https - http -basePath: /_matrix/client/api/%CLIENT_MAJOR_VERSION% +basePath: /_matrix/client/%CLIENT_MAJOR_VERSION% consumes: - application/json produces: