From 49dbe6a14eee2ce0a6dc1c2b6ef081257e90e363 Mon Sep 17 00:00:00 2001 From: Maxim Ivanov Date: Wed, 4 Dec 2024 12:33:22 +0700 Subject: [PATCH] Fix status code for bad request (en) --- src/en/clean-copy/02-Section I. The API Design/05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/clean-copy/02-Section I. The API Design/05.md b/src/en/clean-copy/02-Section I. The API Design/05.md index 3b2ed11..14ad3bf 100644 --- a/src/en/clean-copy/02-Section I. The API Design/05.md +++ b/src/en/clean-copy/02-Section I. The API Design/05.md @@ -492,7 +492,7 @@ POST /v1/coffee-machines/search↵ "longitude": 0 } } -→ 404 Bad Request +→ 400 Bad Request { "errors": [{ "type": "suspicious_coordinates",