From 59604f22f29df6e511cd48850af7d9b73b5f7309 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 12 Oct 2025 19:11:04 +0200 Subject: [PATCH] fix: Accepted `application/problem+json` for errors --- ChatroomService-ChatBackendController.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatroomService-ChatBackendController.json b/ChatroomService-ChatBackendController.json index 8d291369..f37a0631 100644 --- a/ChatroomService-ChatBackendController.json +++ b/ChatroomService-ChatBackendController.json @@ -108,7 +108,7 @@ }, "headers": { "Content-Type": [ - "application/json" + "application/problem+json" ] }, "matchingRules": { -- 2.39.5