diff --git a/files/en-us/web/api/history_api/example/index.md b/files/en-us/web/api/history_api/example/index.md index aed3982d877b5d6..7207e01ffb97fae 100644 --- a/files/en-us/web/api/history_api/example/index.md +++ b/files/en-us/web/api/history_api/example/index.md @@ -260,7 +260,7 @@ const ajaxRequest = new (function () { 415: "Unsupported Media Type", 416: "Requested Range Not Satisfiable", 417: "Expectation Failed", - 422: "Unprocessable Entity", + 422: "Unprocessable Content", 423: "Locked", 424: "Failed Dependency", 425: "Unassigned", diff --git a/files/en-us/web/http/status/422/index.md b/files/en-us/web/http/status/422/index.md index 7a2eb363697811b..f27c71a7e8a671b 100644 --- a/files/en-us/web/http/status/422/index.md +++ b/files/en-us/web/http/status/422/index.md @@ -1,5 +1,5 @@ --- -title: 422 Unprocessable Entity +title: 422 Unprocessable Content slug: Web/HTTP/Status/422 tags: - Client error @@ -14,7 +14,7 @@ spec-urls: https://httpwg.org/specs/rfc9110.html#status.422 {{HTTPSidebar}} The HyperText Transfer Protocol (HTTP) -**`422 Unprocessable Entity`** response status code indicates +**`422 Unprocessable Content`** response status code indicates that the server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions. @@ -23,7 +23,7 @@ the request entity is correct, but it was unable to process the contained instru ## Status ```http -422 Unprocessable Entity +422 Unprocessable Content ``` ## Specifications diff --git a/files/en-us/web/http/status/index.md b/files/en-us/web/http/status/index.md index 58899e4ca7198e1..627d8bdfa3960ce 100644 --- a/files/en-us/web/http/status/index.md +++ b/files/en-us/web/http/status/index.md @@ -157,7 +157,7 @@ The status codes listed below are defined by [RFC 9110](https://httpwg.org/specs - {{HTTPStatus(421, "421 Misdirected Request")}} - : The request was directed at a server that is not able to produce a response. This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI. -- {{HTTPStatus(422, "422 Unprocessable Entity")}} ({{Glossary("WebDAV")}}) +- {{HTTPStatus(422, "422 Unprocessable Content")}} ({{Glossary("WebDAV")}}) - : The request was well-formed but was unable to be followed due to semantic errors. - {{HTTPStatus(423, "423 Locked")}} ({{Glossary("WebDAV")}}) - : The resource that is being accessed is locked.