mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Update and rename 1926.feature to 1926.new
This commit is contained in:
parent
b7ae765986
commit
bc18d37a95
|
|
@ -1 +0,0 @@
|
||||||
Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}
|
|
||||||
18
changelogs/server_server/newsfragments/1926.new
Normal file
18
changelogs/server_server/newsfragments/1926.new
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
RESPONSE/server-server/edu.yaml
|
||||||
|
|
||||||
|
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."
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue