From 929f19b472d87c6c2e15849b557d5647a07fd253 Mon Sep 17 00:00:00 2001 From: karuto Date: Thu, 13 Mar 2025 17:26:22 +0530 Subject: [PATCH] Fix: corrected routing path for workers doc (#18224) Closes: https://github.com/element-hq/synapse/issues/17926 --- changelog.d/18224.doc | 2 ++ docs/workers.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/18224.doc diff --git a/changelog.d/18224.doc b/changelog.d/18224.doc new file mode 100644 index 0000000000..2560d40c26 --- /dev/null +++ b/changelog.d/18224.doc @@ -0,0 +1,2 @@ +Fixed a minor typo in the Synapse documentation. +Contributed by @karuto12. diff --git a/docs/workers.md b/docs/workers.md index 6c614bd6d0..08ee493da9 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -255,7 +255,7 @@ information. ^/_matrix/client/(r0|v3|unstable)/keys/changes$ ^/_matrix/client/(r0|v3|unstable)/keys/claim$ ^/_matrix/client/(r0|v3|unstable)/room_keys/ - ^/_matrix/client/(r0|v3|unstable)/keys/upload/ + ^/_matrix/client/(r0|v3|unstable)/keys/upload$ # Registration/login requests ^/_matrix/client/(api/v1|r0|v3|unstable)/login$