Open kosmos opened 1 week ago
It seems to me that the documentation contains an incorrect routing for the endpoint:
^/_matrix/client/(r0|v3|unstable)/keys/upload/
If you look at the matrix specification, this routing should be defined as follows:
^/_matrix/client/(r0|v3|unstable)/keys/upload$
Compare the specification and documentation:
This looks like a typo in the documentation, and the trailing / should be removed (and replaced with $)
/
$
Description
It seems to me that the documentation contains an incorrect routing for the endpoint:
If you look at the matrix specification, this routing should be defined as follows:
Steps to reproduce
Compare the specification and documentation: