mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Update changelogs/server_server/newsfragments/1926.new
This commit is contained in:
parent
a8224c7a76
commit
fda8c1611f
|
|
@ -1,18 +1 @@
|
||||||
RESPONSE/server-server/edu.yaml
|
Add 403 error response to `/_matrix/federation/v1/state_ids/{roomId}`.
|
||||||
|
|
||||||
Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}
|
|
||||||
|
|
||||||
CONTENT :
|
|
||||||
"403":
|
|
||||||
description: |-
|
|
||||||
The host is not in the room or the host is banned from the room via its ACL.
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: ../client-server/definitions/errors/error.yaml
|
|
||||||
examples:
|
|
||||||
response:
|
|
||||||
value: {
|
|
||||||
"errcode": "M_FORBIDDEN",
|
|
||||||
"error": "You do not have permission to access the state at the requested event or you have been banned."
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue