Remove /send + rename

This commit is contained in:
Brendan Abolivier 2019-09-05 14:54:31 +01:00
parent e71b3ac754
commit cb2b71c0be
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -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}`