mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
Add details to what an unrecognised request is
This commit is contained in:
parent
c1721cb6f7
commit
e71b3ac754
|
|
@ -42,8 +42,8 @@ This proposal doesn't address the `PUT
|
||||||
of it.
|
of it.
|
||||||
|
|
||||||
If a call to any of the `v2` endpoints described in this proposal results in an
|
If a call to any of the `v2` endpoints described in this proposal results in an
|
||||||
unrecognised request exception, then the sending server should retry the request
|
unrecognised request exception (i.e. in a response with a 400 or a 404 status
|
||||||
with the `v1` API.
|
code), then the sending server should retry the request with the `v1` API.
|
||||||
|
|
||||||
## Alternative solutions
|
## Alternative solutions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue