You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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"
}