### Description It seems to me that [the documentation](https://element-hq.github.io/synapse/latest/workers.html?highlight=worker#synapseappgeneric_worker) contains an incorrect routing for the endpoint: ``` ^/_matrix/client/(r0|v3|unstable)/keys/upload/ ``` If you look at [the matrix specification](https://spec.matrix.org/v1.12/client-server-api/#post_matrixclientv3keysupload), this routing should be defined as follows: ``` ^/_matrix/client/(r0|v3|unstable)/keys/upload$ ``` ### Steps to reproduce Compare the specification and documentation: - https://spec.matrix.org/v1.12/client-server-api/#post_matrixclientv3keysupload - https://element-hq.github.io/synapse/latest/workers.html?highlight=worker#synapseappgeneric_worker
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: