From 4d780b41d44ff56d44279de41438c8906a6ae2ba Mon Sep 17 00:00:00 2001 From: "michal.fuka" Date: Fri, 13 Feb 2026 13:29:59 +0100 Subject: [PATCH] chore: example test --- .../connection1/connection1.communication.iml.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}