From 07b1de26defc4cd7c4f95506f0d979f1b279e331 Mon Sep 17 00:00:00 2001 From: Andrea Marchini Date: Thu, 11 Jul 2024 10:49:29 +0200 Subject: [PATCH] chore: consistent case for X-Api-Key in postman collection - when importing with HTTP client plugin in IntelliJ, only one key is generated --- deployment/postman/MVD.postman_collection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/postman/MVD.postman_collection.json b/deployment/postman/MVD.postman_collection.json index afff7aca..58779ac5 100644 --- a/deployment/postman/MVD.postman_collection.json +++ b/deployment/postman/MVD.postman_collection.json @@ -466,7 +466,7 @@ "method": "POST", "header": [ { - "key": "x-api-key", + "key": "X-Api-Key", "value": "password" }, { @@ -500,7 +500,7 @@ "method": "POST", "header": [ { - "key": "x-api-key", + "key": "X-Api-Key", "value": "password" } ], @@ -1925,7 +1925,7 @@ }, { "key": "key", - "value": "x-api-key", + "value": "X-Api-Key", "type": "string" } ] @@ -1964,7 +1964,7 @@ }, { "key": "key", - "value": "x-api-key", + "value": "X-Api-Key", "type": "string" } ]