Update several spots where C-S API was still using r0 APIs (#3671)
* Update several spots where C-S API was still using r0 APIs Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
d3e39567f4
commit
990dfec94b
5 changed files with 16 additions and 15 deletions
|
@ -454,7 +454,7 @@ given. It also contains other keys dependent on the auth type being
|
|||
attempted. For example, if the client is attempting to complete auth
|
||||
type `example.type.foo`, it might submit something like this:
|
||||
|
||||
POST /_matrix/client/r0/endpoint HTTP/1.1
|
||||
POST /_matrix/client/v3/endpoint HTTP/1.1
|
||||
Content-Type: application/json
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue