diff --git a/PostmanCollections/MOS_Customer_Api_V1_postman_collection.json b/PostmanCollections/MOS_Customer_Api_V1_postman_collection.json index 6360f81..b6b60f2 100644 --- a/PostmanCollections/MOS_Customer_Api_V1_postman_collection.json +++ b/PostmanCollections/MOS_Customer_Api_V1_postman_collection.json @@ -6,10 +6,10 @@ }, "item": [ { - "name": "Authorization", + "name": "Authentication", "item": [ { - "name": "{{authorization_url}}/api/{version}login", + "name": "{{authentication_url}}/api/{version}login", "event": [ { "listen": "test", @@ -48,7 +48,7 @@ } } }, - "url": "https://{{authorization_url}}/api/v1/login" + "url": "https://{{authentication_url}}/api/v1/login" }, "response": [] }