From e71b3ac754963910ef76e39e29178ad3e40aab9f Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 1 May 2019 16:53:29 +0100 Subject: [PATCH] Add details to what an unrecognised request is --- proposals/1802-standardised-federation-response-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/1802-standardised-federation-response-format.md b/proposals/1802-standardised-federation-response-format.md index da18c254..bd8b1189 100644 --- a/proposals/1802-standardised-federation-response-format.md +++ b/proposals/1802-standardised-federation-response-format.md @@ -42,8 +42,8 @@ This proposal doesn't address the `PUT of it. 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 -with the `v1` API. +unrecognised request exception (i.e. in a response with a 400 or a 404 status +code), then the sending server should retry the request with the `v1` API. ## Alternative solutions