From c2e71514c28f7f36eb0e0d5f17968f690061f4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Witkowski?= <38762002+lwitkowski@users.noreply.github.com> Date: Sat, 28 Oct 2023 11:27:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81942cba..27d4fdaf 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ HTTP/1.1 422 Unprocessable Entity Content-Type: application/problem+json { - "status": 400, + "status": 422, "title": "Constraint violation", (...) }