mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Correct an instance of referring to user account data as room account data
This commit is contained in:
parent
07ef00e941
commit
4219c25009
|
|
@ -158,7 +158,7 @@ paths:
|
|||
examples:
|
||||
application/json: {
|
||||
"errcode": "M_NOT_FOUND",
|
||||
"error": "Room account data not found."
|
||||
"error": "Account data not found."
|
||||
}
|
||||
schema:
|
||||
$ref: "../client-server/definitions/errors/error.yaml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue