diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-03-27 13:37:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 07:37:17 -0400 |
commit | 4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453 (patch) | |
tree | bc1b3194ad346e8fb7e84d6dd78e4a79ac902bb0 /docs | |
parent | Bump cryptography from 40.0.0 to 40.0.1 (#15329) (diff) | |
download | synapse-4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453.tar.xz |
Load `/password_policy` endpoint on workers. (#15331)
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 bf7690f5af..e9a477d32c 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -247,6 +247,7 @@ information. ^/_matrix/client/(r0|v3|unstable)/register$ ^/_matrix/client/(r0|v3|unstable)/register/available$ ^/_matrix/client/v1/register/m.login.registration_token/validity$ + ^/_matrix/client/(r0|v3|unstable)/password_policy$ # Event sending requests ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact |