mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-12 14:14:09 +02:00
Remove /send + rename
This commit is contained in:
parent
e71b3ac754
commit
cb2b71c0be
|
|
@ -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,
|
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
|
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
|
Add a new version of the following endpoints under the prefix
|
||||||
`/_matrix/federation/v2`:
|
`/_matrix/federation/v2`:
|
||||||
|
|
||||||
* `PUT /_matrix/federation/v2/send/{txnId}`
|
|
||||||
* `PUT /_matrix/federation/v2/send_join/{roomId}/{eventId}`
|
* `PUT /_matrix/federation/v2/send_join/{roomId}/{eventId}`
|
||||||
* `PUT /_matrix/federation/v2/send_leave/{roomId}/{eventId}`
|
* `PUT /_matrix/federation/v2/send_leave/{roomId}/{eventId}`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue