mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Split up sentences for clarity.
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
a4dd703078
commit
bbe7e33d74
|
|
@ -108,7 +108,7 @@ Too many requests have been sent in a short period of time. Wait a while
|
|||
then try again.
|
||||
|
||||
`M_UNRECOGNIZED`
|
||||
The server did not understand the request, this is expected to be returned with
|
||||
The server did not understand the request. This is expected to be returned with
|
||||
an 404 HTTP status code if the endpoint is not implemented or an 405 HTTP status
|
||||
code if the endpoint is implemented, but the incorrect HTTP method is used.
|
||||
|
||||
|
|
|
|||
|
|
@ -108,8 +108,8 @@ attempting to verify ownership of a given third party address.
|
|||
The request contained an unrecognised value, such as an unknown token or
|
||||
medium.
|
||||
|
||||
This is also used as the response if a server did not understand the request,
|
||||
this is expected to be returned with an 404 HTTP status code if the endpoint is
|
||||
This is also used as the response if a server did not understand the request.
|
||||
This is expected to be returned with an 404 HTTP status code if the endpoint is
|
||||
not implemented or an 405 HTTP status code if the endpoint is implemented, but
|
||||
the incorrect HTTP method is used.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue