From a1bd6bfb48d9af2ef67c09f04942fb32f4e66ab1 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 9 Sep 2025 10:11:32 +0100 Subject: [PATCH] Use full URLs --- proposals/4186-simplified-sliding-sync.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index 69554339b..d9738eccb 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -212,7 +212,7 @@ Example extensions, which will be specified elsewhere: # API -The endpoint is a `POST` request with a JSON body to `/org.matrix.simplified_msc3575/sync`. +The endpoint is a `POST` request with a JSON body to `/_matrix/client/unstable/org.matrix.simplified_msc3575/sync`. ## Request URL parameters @@ -519,8 +519,8 @@ response. # Unstable prefix -The unstable URL for simplified sliding sync is `/org.matrix.simplified_msc3575/sync`. The flag in `/versions` is -`org.matrix.simplified_msc3575`. +The unstable URL for simplified sliding sync is `/_matrix/client/unstable/org.matrix.simplified_msc3575/sync`. The flag +in `/_matrix/client/versions` is `org.matrix.simplified_msc3575`. # Appendix