diff options
author | Erik Johnston <erikj@jki.re> | 2019-04-15 18:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 18:55:01 +0100 |
commit | 6e27a8620fc00cab30c087b7700c8b3713f687ab (patch) | |
tree | feeb06e022642e28a0d1c80f2514052208f4b91b /docs | |
parent | update grafana dashboard (diff) | |
parent | Only handle GET requests for /push_rules (diff) | |
download | synapse-6e27a8620fc00cab30c087b7700c8b3713f687ab.tar.xz |
Merge pull request #5063 from matrix-org/erikj/move_endpoints
Move some rest endpoints to client reader
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index d80fc04d2e..aa4e7a120b 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -227,6 +227,12 @@ following regular expressions:: ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$ ^/_matrix/client/(api/v1|r0|unstable)/keys/query$ ^/_matrix/client/(api/v1|r0|unstable)/keys/changes$ + ^/_matrix/client/versions$ + ^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$ + +Additionally, the following REST endpoints can be handled for GET requests:: + + ^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance:: |