diff --git a/apps/oss-app-test/src/connections/connection1/connection1.communication.iml.json b/apps/oss-app-test/src/connections/connection1/connection1.communication.iml.json index 6811893..0004743 100644 --- a/apps/oss-app-test/src/connections/connection1/connection1.communication.iml.json +++ b/apps/oss-app-test/src/connections/connection1/connection1.communication.iml.json @@ -1,6 +1,6 @@ { // Request - "url": "https://www.example.com/api/whoami", // Absolute URL to the API endpoint which validates credentials + "url": "https://www.example2.com/api/whoami", // Absolute URL to the API endpoint which validates credentials "headers": { // Additional HTTP headers "Authorization": "Bearer {{parameters.apiKey}}" // Authorizes user by API key, provided by user during the connection creation. }, @@ -21,4 +21,4 @@ "request.headers.authorization" // Omit HTTP header "Authorization". ] } -} \ No newline at end of file +}