From daae1d5d2ab205453d881a0286938c01a817eb9a Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Thu, 7 May 2020 10:57:02 +0100 Subject: [PATCH] updates --- Postman/MiGenit.postman_collection.json | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Postman/MiGenit.postman_collection.json b/Postman/MiGenit.postman_collection.json index 01e0c37..9887b28 100644 --- a/Postman/MiGenit.postman_collection.json +++ b/Postman/MiGenit.postman_collection.json @@ -13,12 +13,12 @@ "basic": [ { "key": "password", - "value": "Grd.555269", + "value": "{{password}}", "type": "string" }, { "key": "username", - "value": "karl@k-world.me.uk", + "value": "{{username}}", "type": "string" } ] @@ -61,12 +61,12 @@ "basic": [ { "key": "password", - "value": "Grd.555269", + "value": "{{password}}", "type": "string" }, { "key": "username", - "value": "karl@k-world.me.uk", + "value": "{{username}}", "type": "string" } ] @@ -109,12 +109,12 @@ "basic": [ { "key": "password", - "value": "Grd.555269", + "value": "{{password}}", "type": "string" }, { "key": "username", - "value": "karl@k-world.me.uk", + "value": "{{username}}", "type": "string" } ] @@ -156,13 +156,13 @@ "type": "basic", "basic": [ { - "key": "password", - "value": "Grd.555269", + "key": "username", + "value": "{{username}}", "type": "string" }, { - "key": "username", - "value": "karl@k-world.me.uk", + "key": "password", + "value": "{{password}}", "type": "string" } ] @@ -205,12 +205,12 @@ "basic": [ { "key": "password", - "value": "Grd.555269", + "value": "{{password}}", "type": "string" }, { "key": "username", - "value": "karl@k-world.me.uk", + "value": "{{username}}", "type": "string" } ] @@ -253,12 +253,12 @@ "basic": [ { "key": "password", - "value": "Grd.555269", + "value": "{{password}}", "type": "string" }, { "key": "username", - "value": "karl@k-world.me.uk", + "value": "{{username}}", "type": "string" } ]