Skip to content

Commit

Permalink
feat(http): updated regex and some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Feb 6, 2025
1 parent d4755e2 commit c32292e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/configurations/destinations/http/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit c32292e

Please sign in to comment.