Skip to content

Commit

Permalink
fix: http enchancements (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Oct 29, 2024
1 parent ae753c7 commit 3886598
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/configurations/destinations/http/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
},
"options": {
"isBeta": true,
"hidden": true,
"hidden": {
"featureFlagName": "AMP_http_webhook",
"featureFlagValue": false
},
"secondPositionRedirectComponent": true
}
}
5 changes: 5 additions & 0 deletions src/configurations/destinations/http/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
"to": "$."
}
],
"jsonPathValidation": true,
"columns": [
{
"type": "textInput",
Expand All @@ -551,6 +552,8 @@
"label": "Map your query parameters",
"configKey": "queryParams",
"default": [],
"jsonPathValidation": true,
"hideKeysJsonView": true,
"columns": [
{
"type": "textInput",
Expand All @@ -576,6 +579,8 @@
"label": "Map your headers",
"configKey": "headers",
"default": [],
"hideKeysJsonView": true,
"jsonPathValidation": true,
"columns": [
{
"type": "textInput",
Expand Down

0 comments on commit 3886598

Please sign in to comment.