@@ -213,14 +213,14 @@ should fall back to the older endpoints for the application service.
213213The older endpoints have the exact same request body and response format, they
214214just belong at a different path. The equivalent path for each is as follows:
215215
216- * ``/_matrix/app/v1/transactions/{txnId} `` becomes ``/transactions/{txnId} ``
217- * ``/_matrix/app/v1/users/{userId} `` becomes ``/users/{userId} ``
218- * ``/_matrix/app/v1/rooms/{roomAlias} `` becomes ``/rooms/{roomAlias} ``
219- * ``/_matrix/app/v1/thirdparty/protocol/{protocol} `` becomes ``/_matrix/app/unstable/thirdparty/protocol/{protocol} ``
220- * ``/_matrix/app/v1/thirdparty/user/{user} `` becomes ``/_matrix/app/unstable/thirdparty/user/{user} ``
221- * ``/_matrix/app/v1/thirdparty/location/{location} `` becomes ``/_matrix/app/unstable/thirdparty/location/{location} ``
222- * ``/_matrix/app/v1/thirdparty/user `` becomes ``/_matrix/app/unstable/thirdparty/user ``
223- * ``/_matrix/app/v1/thirdparty/location `` becomes ``/_matrix/app/unstable/thirdparty/location ``
216+ * ``/_matrix/app/v1/transactions/{txnId} `` should fall back to ``/transactions/{txnId} ``
217+ * ``/_matrix/app/v1/users/{userId} `` should fall back to ``/users/{userId} ``
218+ * ``/_matrix/app/v1/rooms/{roomAlias} `` should fall back to ``/rooms/{roomAlias} ``
219+ * ``/_matrix/app/v1/thirdparty/protocol/{protocol} `` should fall back to ``/_matrix/app/unstable/thirdparty/protocol/{protocol} ``
220+ * ``/_matrix/app/v1/thirdparty/user/{user} `` should fall back to ``/_matrix/app/unstable/thirdparty/user/{user} ``
221+ * ``/_matrix/app/v1/thirdparty/location/{location} `` should fall back to ``/_matrix/app/unstable/thirdparty/location/{location} ``
222+ * ``/_matrix/app/v1/thirdparty/user `` should fall back to ``/_matrix/app/unstable/thirdparty/user ``
223+ * ``/_matrix/app/v1/thirdparty/location `` should fall back to ``/_matrix/app/unstable/thirdparty/location ``
224224
225225Homeservers should periodically try again for the newer endpoints because the
226226application service may have been updated.
0 commit comments