Also no /api path component any more

pull/977/head
Paul "LeoNerd" Evans 8 years ago
parent 313fdab848
commit 96577cffd7

@ -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...

Loading…
Cancel
Save