From 2d28e5abcefe932aee611dfa6004e44c3f3ef88b Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 6 May 2016 12:39:37 +0100 Subject: [PATCH] Fix basePath on /redact API doc --- api/client-server/redaction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/redaction.yaml b/api/client-server/redaction.yaml index bca596f1..601c8069 100644 --- a/api/client-server/redaction.yaml +++ b/api/client-server/redaction.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: