From c32292efdb3a1768c8bd4558bd31a9f2c77950d3 Mon Sep 17 00:00:00 2001 From: sandeepdigumarty Date: Thu, 6 Feb 2025 15:56:27 +0530 Subject: [PATCH] feat(http): updated regex and some labels --- src/configurations/destinations/http/ui-config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/configurations/destinations/http/ui-config.json b/src/configurations/destinations/http/ui-config.json index a5599cf90..2a576a765 100644 --- a/src/configurations/destinations/http/ui-config.json +++ b/src/configurations/destinations/http/ui-config.json @@ -465,6 +465,7 @@ { "type": "mapping", "label": "Enter your path parameters in sequence", + "note": "You could dynamically add values from fields in the RudderStack payload(using JSON path) or constants.", "columns": [ { "key": "path", @@ -481,6 +482,7 @@ { "type": "mapping", "label": "Map your query parameters", + "note": "Map the query parameter keys to the values from fields in the RudderStack payload(using JSON path) or constants.", "configKey": "queryParams", "default": [], "separatorIcon": "colon", @@ -511,6 +513,7 @@ { "type": "mapping", "label": "Map your headers", + "note": "Map the header keys to the values from fields in the RudderStack payload(using JSON path) or constants.", "configKey": "headers", "default": [], "separatorIcon": "colon", @@ -557,7 +560,8 @@ }, { "type": "mapping", - "label": "Build your HTTP request payload using JSON path, then map the values from fields in the RudderStack payload(using JSON path) or constants.", + "label": "Map your request payload", + "note": "Build your HTTP request payload using JSON path, then map the values from fields in the RudderStack payload(using JSON path) or constants.", "configKey": "propertiesMapping", "separatorIcon": "colon", "default": [