We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8224c7 commit fda8c16Copy full SHA for fda8c16
changelogs/server_server/newsfragments/1926.new
@@ -1,18 +1 @@
1
-RESPONSE/server-server/edu.yaml
2
-
3
-Fixes issue #1912 by adding error response to /_matrix/federation/v1/state_ids/{roomId}
4
5
-CONTENT :
6
- "403":
7
- description: |-
8
- The host is not in the room or the host is banned from the room via its ACL.
9
- content:
10
- application/json:
11
- schema:
12
- $ref: ../client-server/definitions/errors/error.yaml
13
- examples:
14
- response:
15
- value: {
16
- "errcode": "M_FORBIDDEN",
17
- "error": "You do not have permission to access the state at the requested event or you have been banned."
18
- }
+Add 403 error response to `/_matrix/federation/v1/state_ids/{roomId}`.
0 commit comments