diff options
Diffstat (limited to 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 2ce2259b22..cc0b23197f 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -286,6 +286,8 @@ Additionally, the following REST endpoints can be handled for GET requests: ^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$ ^/_matrix/client/(api/v1|r0|unstable)/groups/.*$ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/account_data/ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/rooms/[^/]*/account_data/ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance: |