From 34e8b56df7aac2042be3a2044b83ab9886c5b977 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Tue, 9 Apr 2024 12:07:14 +0100 Subject: [PATCH] Apply improved wording around status codes from 3.1.1 (original PR #2630) --- versions/3.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 1c40bbb750..3cb41ca439 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -94,7 +94,7 @@ Some examples of possible media type definitions: ``` ##### HTTP Status Codes The HTTP Status Codes are used to indicate the status of the executed operation. -The available status codes are defined by [RFC7231](https://tools.ietf.org/html/rfc7231#section-6) and registered status codes are listed in the [IANA Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml). +Status codes SHOULD be selected from the available status codes registered in the [IANA Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml). ## Specification