From: Kai Moritz Date: Sat, 11 Oct 2025 22:11:16 +0000 (+0200) Subject: feat: Specified `Accept`-Header X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=6ec14b0e50ab269edd0d0f9a98a4a3b167bffed3;p=demos%2Fkafka%2Fchat feat: Specified `Accept`-Header --- diff --git a/ChatroomService-ChatBackendController.json b/ChatroomService-ChatBackendController.json index 97c6e3b5..abad220d 100644 --- a/ChatroomService-ChatBackendController.json +++ b/ChatroomService-ChatBackendController.json @@ -19,10 +19,25 @@ ], "request": { "headers": { + "Accept": [ + "application/json" + ], "X-Shard": [ "2" ] }, + "matchingRules": { + "header": { + "Accept": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + } + } + }, "method": "GET", "path": "/5c73531c-6fc4-426c-adcb-afc5c140a0f7" }, @@ -61,10 +76,25 @@ ], "request": { "headers": { + "Accept": [ + "application/json" + ], "X-Shard": [ "2" ] }, + "matchingRules": { + "header": { + "Accept": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + } + } + }, "method": "GET", "path": "/7f59ec77-832e-4a17-8d22-55ef46242c17" }, @@ -88,6 +118,23 @@ } ], "request": { + "headers": { + "Accept": [ + "application/json" + ] + }, + "matchingRules": { + "header": { + "Accept": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + } + } + }, "method": "GET", "path": "/list" }, @@ -140,6 +187,23 @@ } ], "request": { + "headers": { + "Accept": [ + "application/json" + ] + }, + "matchingRules": { + "header": { + "Accept": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + } + } + }, "method": "GET", "path": "/list" },