Skip to content

Commit

Permalink
feat(http): add addButtonLabel to mapping fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Feb 13, 2025
1 parent e1935ca commit f494f45
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 @@ -477,7 +477,8 @@
}
],
"default": [],
"configKey": "pathParams"
"configKey": "pathParams",
"addButtonLabel": "Add path parameter"
},
{
"type": "mapping",
Expand All @@ -486,6 +487,7 @@
"configKey": "queryParams",
"default": [],
"separatorIcon": "colon",
"addButtonLabel": "Add query parameter",
"columns": [
{
"type": "textInput",
Expand Down Expand Up @@ -517,6 +519,7 @@
"configKey": "headers",
"default": [],
"separatorIcon": "colon",
"addButtonLabel": "Add header",
"columns": [
{
"type": "textInput",
Expand Down Expand Up @@ -570,6 +573,7 @@
"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",
"addButtonLabel": "Add request mapping",
"columns": [
{
"type": "textInput",
Expand Down

0 comments on commit f494f45

Please sign in to comment.