From eea1aa19ecc333c504637c7d5db840fade3ff9f8 Mon Sep 17 00:00:00 2001 From: HammerheadShark666 <103519731+HammerheadShark666@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:46:17 +0100 Subject: [PATCH] Private User updated MOS_Customer_Api_V1_postman_collection --- .../MOS_Customer_Api_V1_postman_collection.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": [] }