From 96577cffd7c5382e242b83326f413e23cb34f4d1 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Thu, 14 Apr 2016 16:56:35 +0100 Subject: [PATCH] Also no /api path component any more --- supporting-docs/howtos/client-server-migrating-from-v1.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/supporting-docs/howtos/client-server-migrating-from-v1.rst b/supporting-docs/howtos/client-server-migrating-from-v1.rst index 7674c1e0..4b9111fb 100644 --- a/supporting-docs/howtos/client-server-migrating-from-v1.rst +++ b/supporting-docs/howtos/client-server-migrating-from-v1.rst @@ -62,8 +62,9 @@ Updated Version In Path ======================= The new version of the API is ``r0``; this should be used in paths where -``v1`` appears:: +``v1`` appears. Additionally, the ``/api`` path component has now been removed. +API endpoint paths are now:: - POST /_matrix/client/api/r0/register - GET /_matrix/client/api/r0/login + POST /_matrix/client/r0/register + GET /_matrix/client/r0/login etc...