From cb2b71c0be27346e8cd8c431b57031c692446ee7 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 5 Sep 2019 14:54:31 +0100 Subject: [PATCH] Remove /send + rename --- proposals/1802-standardised-federation-response-format.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proposals/1802-standardised-federation-response-format.md b/proposals/1802-standardised-federation-response-format.md index bd8b1189..e874524e 100644 --- a/proposals/1802-standardised-federation-response-format.md +++ b/proposals/1802-standardised-federation-response-format.md @@ -1,4 +1,4 @@ -# Standardised federation response formats +# Remove the '200' value from some federation responses Some responses formats in the federation API specifications use the form `[200, res]` in which `res` is the JSON object containing the actual response for the @@ -13,7 +13,6 @@ This proposal proposes a backward compatible alternative Add a new version of the following endpoints under the prefix `/_matrix/federation/v2`: -* `PUT /_matrix/federation/v2/send/{txnId}` * `PUT /_matrix/federation/v2/send_join/{roomId}/{eventId}` * `PUT /_matrix/federation/v2/send_leave/{roomId}/{eventId}`