From bbe7e33d74fe815cce5ba7bc38b12ba756e88b72 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 22 Nov 2022 10:41:58 -0500 Subject: [PATCH] Split up sentences for clarity. Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- content/client-server-api/_index.md | 2 +- content/identity-service-api.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index a75238a1..65c3bbb1 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -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. diff --git a/content/identity-service-api.md b/content/identity-service-api.md index e53307b5..31df0cbe 100644 --- a/content/identity-service-api.md +++ b/content/identity-service-api.md @@ -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.