From e3e577177f669eee8f9cd5036da155385f9390e1 Mon Sep 17 00:00:00 2001 From: Hans Glad Date: Fri, 7 Feb 2025 12:39:05 +0100 Subject: [PATCH] IS-18104: typo in solteq example config --- .../systems/configuration-systems-rest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/documentation/service-configuration/systems/configuration-systems-rest.rst b/hub/documentation/service-configuration/systems/configuration-systems-rest.rst index 41deb227c7..dd33728485 100644 --- a/hub/documentation/service-configuration/systems/configuration-systems-rest.rst +++ b/hub/documentation/service-configuration/systems/configuration-systems-rest.rst @@ -1059,7 +1059,7 @@ you should experiment with different values to find out what works best. "_id": "solteq", "type": "system:rest", "custom_auth": { - "expires_at_expression": "{{ 3600 }}", + "expires_in_expression": "{{ 3600 }}", "get_refresh_token_operation": "fetch-WC-tokens", "get_token_operation": "fetch-access-token", "refresh_token_expires_in_expression": "{{ 600 }}",