Update content/server-server-api.md

This commit is contained in:
Johannes Marbach 2024-12-11 13:34:14 +01:00 committed by GitHub
parent 2e5c532617
commit 81e449047b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1247,7 +1247,7 @@ The following endpoint prefixes MUST be protected:
Additionally the [`/_matrix/federation/v1/send/{txnId}`](#put_matrixfederationv1sendtxnid) Additionally the [`/_matrix/federation/v1/send/{txnId}`](#put_matrixfederationv1sendtxnid)
endpoint MUST be protected as follows: endpoint MUST be protected as follows:
- ACLs MUST be applied to all PDUs on a per-PDU basis. If the `origin` - ACLs MUST be applied to all PDUs on a per-PDU basis. If the sending
server is denied access to the room identified by `room_id`, the PDU server is denied access to the room identified by `room_id`, the PDU
MUST be ignored with an appropriate error included in the response MUST be ignored with an appropriate error included in the response
for the respective event ID. for the respective event ID.