From 6ec14b0e50ab269edd0d0f9a98a4a3b167bffed3 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 12 Oct 2025 00:11:16 +0200 Subject: [PATCH] feat: Specified `Accept`-Header --- ChatroomService-ChatBackendController.json | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) 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" }, -- 2.39.5