Correct an instance of referring to user account data as room account data

This commit is contained in:
Andrew Morgan 2022-09-21 16:46:59 +01:00
parent 07ef00e941
commit 4219c25009

View file

@ -158,7 +158,7 @@ paths:
examples: examples:
application/json: { application/json: {
"errcode": "M_NOT_FOUND", "errcode": "M_NOT_FOUND",
"error": "Room account data not found." "error": "Account data not found."
} }
schema: schema:
$ref: "../client-server/definitions/errors/error.yaml" $ref: "../client-server/definitions/errors/error.yaml"