From 89c5e3dd96df3775f065b965190f296d72cbb67d Mon Sep 17 00:00:00 2001 From: Emiro Arrieta Date: Thu, 27 Jun 2024 14:09:59 -0500 Subject: [PATCH] fix: Update Sandbox Api Key Old api key stop working after removing monolithic in 8.4 release --- CustomCSSInjection/index.html | 2 +- CustomChartBuilder/js/backend.js | 2 +- CustomChartsDashboard/js/backend.js | 2 +- PagePDFExport/js/backend.js | 2 +- PanelsCustomFilter/index.html | 4 ++-- ReportsDashboard/js/backend.js | 2 +- TenantSample/js/backend.js | 2 +- TenantsAndApps/scripts/constants/constants.js | 2 +- TenantsAndUsers/js/backend.js | 2 +- pageSwitch/scripts.js | 2 +- tableChartGenerator/js/backend.js | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CustomCSSInjection/index.html b/CustomCSSInjection/index.html index aefb4a4..ffa4736 100644 --- a/CustomCSSInjection/index.html +++ b/CustomCSSInjection/index.html @@ -46,7 +46,7 @@ `; window['configObject'] = { - api_key: 'DOCUMENTATION_DEMO_API_KEY', + api_key: '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO', domain: 'https://sandbox.qrveyapp.com', page_id: 'MIiDVNmXN', app_id: 'H2UuWJeIp', diff --git a/CustomChartBuilder/js/backend.js b/CustomChartBuilder/js/backend.js index aa2d075..38f19af 100644 --- a/CustomChartBuilder/js/backend.js +++ b/CustomChartBuilder/js/backend.js @@ -1,6 +1,6 @@ // Qrvey instance and user values const DOMAIN = 'https://demo.qrvey.com', - API_KEY = 'DOCUMENTATION_DEMO_API_KEY', + API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO', APP_ID = 'ESAyOQo9u', USER_ID = 'iN3xBZfkO', DATASET_ID = 'b01ZpGN8G'; diff --git a/CustomChartsDashboard/js/backend.js b/CustomChartsDashboard/js/backend.js index ca7e695..2cbdb67 100644 --- a/CustomChartsDashboard/js/backend.js +++ b/CustomChartsDashboard/js/backend.js @@ -1,6 +1,6 @@ // Qrvey instance and user values const DOMAIN = 'https://sandbox.qrveyapp.com', - API_KEY = 'DOCUMENTATION_DEMO_API_KEY', + API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO', APP_ID = 'H2UuWJeIp', USER_ID = 'ZreovaM', QRVEY_ID = 'rxGfSUsPzT', diff --git a/PagePDFExport/js/backend.js b/PagePDFExport/js/backend.js index faaefb0..c4e1c31 100644 --- a/PagePDFExport/js/backend.js +++ b/PagePDFExport/js/backend.js @@ -6,7 +6,7 @@ function getJwtToken(payload) { }; const GENERATE_CONFIG = { headers: { - "x-api-key": 'DOCUMENTATION_DEMO_API_KEY', + "x-api-key": '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO', "Content-Type": 'application/json' } }; diff --git a/PanelsCustomFilter/index.html b/PanelsCustomFilter/index.html index d6a8881..7bdb65f 100644 --- a/PanelsCustomFilter/index.html +++ b/PanelsCustomFilter/index.html @@ -50,7 +50,7 @@