From ada631b97b0786e5f54cd3b48433979fbdd4cb83 Mon Sep 17 00:00:00 2001 From: Almaz Ilaletdinov Date: Wed, 16 Nov 2022 18:28:59 +0300 Subject: [PATCH] Added http 102, 103, 421, and 425 status codes in documentation --- docs/api-guide/status-codes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api-guide/status-codes.md b/docs/api-guide/status-codes.md index a37ba15d4..fb2f9bf13 100644 --- a/docs/api-guide/status-codes.md +++ b/docs/api-guide/status-codes.md @@ -41,6 +41,8 @@ This class of status code indicates a provisional response. There are no 1xx st HTTP_100_CONTINUE HTTP_101_SWITCHING_PROTOCOLS + HTTP_102_PROCESSING + HTTP_103_EARLY_HINTS ## Successful - 2xx @@ -93,9 +95,11 @@ The 4xx class of status code is intended for cases in which the client seems to HTTP_415_UNSUPPORTED_MEDIA_TYPE HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE HTTP_417_EXPECTATION_FAILED + HTTP_421_MISDIRECTED_REQUEST HTTP_422_UNPROCESSABLE_ENTITY HTTP_423_LOCKED HTTP_424_FAILED_DEPENDENCY + HTTP_425_TOO_EARLY HTTP_426_UPGRADE_REQUIRED HTTP_428_PRECONDITION_REQUIRED HTTP_429_TOO_MANY_REQUESTS