diff options
author | Jason Little <realtyem@gmail.com> | 2023-03-17 08:50:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 09:50:31 -0400 |
commit | 3d70cc393fb32235bbeb94a0b97691dff5531f4d (patch) | |
tree | 9625abc5bb76e661f261a8f988bcae1a9e7ab23a /docs | |
parent | Make `configure_workers_and_start` script used in Complement tests compatible... (diff) | |
download | synapse-3d70cc393fb32235bbeb94a0b97691dff5531f4d.tar.xz |
Load `/register/available` endpoint on workers (#15268)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 1 |
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 |