From a0e97a512e5e56f69035853d1510ae5efdde4d64 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 12 Oct 2025 19:18:58 +0200 Subject: [PATCH] fix: HTTP-errors are comunicated via the field `status` --- ChatroomService-ChatBackendController.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ChatroomService-ChatBackendController.json b/ChatroomService-ChatBackendController.json index f37a0631..9cd74d93 100644 --- a/ChatroomService-ChatBackendController.json +++ b/ChatroomService-ChatBackendController.json @@ -101,7 +101,7 @@ "response": { "body": { "content": { - "error": "404 not found" + "status": 404 }, "contentType": "application/json", "encoded": false @@ -111,18 +111,6 @@ "application/problem+json" ] }, - "matchingRules": { - "body": { - "$.error": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - } - } - }, "status": 404 }, "type": "Synchronous/HTTP" -- 2.39.5