mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-05 07:23:42 +01:00
fix endpoint path
This commit is contained in:
parent
16072538f0
commit
5455cc4e4f
|
|
@ -18,7 +18,7 @@ The mechanics of this are as follows. When Alice upgrades a room, her client
|
|||
hits a new C-S api:
|
||||
|
||||
```
|
||||
POST /_matrix/client/r0/room/{roomId}/upgrade
|
||||
POST /_matrix/client/r0/rooms/{roomId}/upgrade
|
||||
```
|
||||
```json
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue