mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 09:18:38 +01:00
Fix basePath on /redact API doc
This commit is contained in:
parent
d1fd9de10e
commit
2d28e5abce
|
|
@ -6,7 +6,7 @@ host: localhost:8008
|
||||||
schemes:
|
schemes:
|
||||||
- https
|
- https
|
||||||
- http
|
- http
|
||||||
basePath: /_matrix/client/api/%CLIENT_MAJOR_VERSION%
|
basePath: /_matrix/client/%CLIENT_MAJOR_VERSION%
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
produces:
|
produces:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue