summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-03-17 08:50:31 -0500
committerGitHub <noreply@github.com>2023-03-17 09:50:31 -0400
commit3d70cc393fb32235bbeb94a0b97691dff5531f4d (patch)
tree9625abc5bb76e661f261a8f988bcae1a9e7ab23a /docs
parentMake `configure_workers_and_start` script used in Complement tests compatible... (diff)
downloadsynapse-3d70cc393fb32235bbeb94a0b97691dff5531f4d.tar.xz
Load `/register/available` endpoint on workers (#15268)
Diffstat (limited to 'docs')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md
index e0e99b4453..bf7690f5af 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -245,6 +245,7 @@ information.
     # Registration/login requests
     ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
     ^/_matrix/client/(r0|v3|unstable)/register$
+    ^/_matrix/client/(r0|v3|unstable)/register/available$
     ^/_matrix/client/v1/register/m.login.registration_token/validity$
 
     # Event sending requests