mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix error code typo (#1059)
* Fix error code typo See https://spec.matrix.org/v1.2/client-server-api/#other-error-codes * Create 1059.clarification
This commit is contained in:
parent
9ede29a01d
commit
573dbb3b74
|
|
@ -0,0 +1 @@
|
||||||
|
Fix room state 400 code error examples to match known error codes.
|
||||||
|
|
@ -114,7 +114,7 @@ paths:
|
||||||
|
|
||||||
Some example error codes include:
|
Some example error codes include:
|
||||||
|
|
||||||
* `M_INVALID_PARAMETER`: One or more aliases within the `m.room.canonical_alias`
|
* `M_INVALID_PARAM`: One or more aliases within the `m.room.canonical_alias`
|
||||||
event have invalid syntax.
|
event have invalid syntax.
|
||||||
|
|
||||||
* `M_BAD_ALIAS`: One or more aliases within the `m.room.canonical_alias` event
|
* `M_BAD_ALIAS`: One or more aliases within the `m.room.canonical_alias` event
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue