Also no /api path component any more
This commit is contained in:
parent
313fdab848
commit
96577cffd7
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue