From acddaf07db7466c7f1ab73686c81a9380f9ec349 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:29:56 +0000 Subject: [PATCH] Add note to docs --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index c4ed1b8..a0ff491 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1317,6 +1317,10 @@ The template that will be used to display the data. It relies on Go's `html/temp ##### `parameters` A list of keys and values that will be sent to the custom-api as query paramters. +> [!NOTE] +> +> Setting this property will override any query parameters that are already in the URL. + ```yaml parameters: param1: value1