fix endpoint path

This commit is contained in:
Richard van der Hoff 2018-08-20 13:48:24 +01:00
parent 16072538f0
commit 5455cc4e4f

View file

@ -18,7 +18,7 @@ The mechanics of this are as follows. When Alice upgrades a room, her client
hits a new C-S api: hits a new C-S api:
``` ```
POST /_matrix/client/r0/room/{roomId}/upgrade POST /_matrix/client/r0/rooms/{roomId}/upgrade
``` ```
```json ```json
{ {