diff options
author | Erik Johnston <erik@matrix.org> | 2019-04-15 18:40:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-04-15 18:51:48 +0100 |
commit | ec638a16022d29cbab32ac8ddb4cddb7f99d6495 (patch) | |
tree | 6f36e448bba2aeb4cda46d600b079ed0bed351fb /docs | |
parent | Newsfile (diff) | |
download | synapse-ec638a16022d29cbab32ac8ddb4cddb7f99d6495.tar.xz |
Only handle GET requests for /push_rules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/workers.rst b/docs/workers.rst index d9d545610b..aa4e7a120b 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -229,6 +229,9 @@ following regular expressions:: ^/_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 |