mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-22 22:13:43 +01:00
Fix reference to error.yaml in forget room API
This commit is contained in:
parent
55c27d6212
commit
bbf63d116c
|
|
@ -107,7 +107,7 @@ paths:
|
||||||
"error": "User @example:matrix.org is in room !au1ba7o:matrix.org"
|
"error": "User @example:matrix.org is in room !au1ba7o:matrix.org"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
"$ref": "definitions/error.yaml"
|
"$ref": "definitions/errors/error.yaml"
|
||||||
429:
|
429:
|
||||||
description: This request was rate-limited.
|
description: This request was rate-limited.
|
||||||
schema:
|
schema:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue