This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
/displayname returns non-JSON body #8029
Closed
Description
Description
An attempt to call /profile/{}/displayname
with an empty body results (rightfully) in a 400 error, with plain text "Unable to parse name" in the response. The expected error payload is something about (could also be M_NOT_JSON
instead of M_BAD_JSON
):
{
"errcode": "M_BAD_JSON",
"error": "Unable to parse name"
}
Version information
- Homeserver: matrix.org