From f6b26b5d77dc665fbd3546edcf5b875c46984a0d Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 6 Jun 2020 21:51:57 +0200 Subject: [PATCH] base name now is /api/v2/ this change makes sense, because v2 client should still be able to call /api/v2/ on v2.1 servers Signed-off-by: Philip Molares --- docs/dev/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/openapi.yml b/docs/dev/openapi.yml index df8ea9a64..ddd7ca0cc 100644 --- a/docs/dev/openapi.yml +++ b/docs/dev/openapi.yml @@ -13,7 +13,7 @@ externalDocs: description: CodiMD Documentation url: https://github.com/codimd/server/tree/master/docs servers: - - url: "/api/v2.0/" + - url: "/api/v2/" description: "Base API Path" paths: /auth/email: