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" } ]