POST /_matrix/client/v3/account/password
has authentication set as required but description says it is optional
#1807
Labels
spec-bug
Something which is in the spec, but is wrong
Link to problem area: https://spec.matrix.org/v1.10/client-server-api/#post_matrixclientv3accountpassword
Issue
The table of the endpoint shows:
However the description has these 2 sentences:
Which means that the access token is actually optional.
Expected behaviour
Although that was not a thing before, #1728 has added the possibility to display:
A simple change in the OpenAPI definition should be enough to fix that.
I have not done a thorough search to know if other endpoints are affected.
The text was updated successfully, but these errors were encountered: