Skip to content

Commit

Permalink
fix: http enchancements
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Oct 28, 2024
1 parent 2565f39 commit cf5f551
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,8 @@
"to": "$."
}
],
"jsonPathValidation": true,
"hideKeysJsonView": true,
"columns": [
{
"type": "textInput",
Expand All @@ -551,6 +553,8 @@
"label": "Map your query parameters",
"configKey": "queryParams",
"default": [],
"jsonPathValidation": true,
"hideKeysJsonView": true,
"columns": [
{
"type": "textInput",
Expand All @@ -576,6 +580,8 @@
"label": "Map your headers",
"configKey": "headers",
"default": [],
"jsonPathValidation": true,
"hideKeysJsonView": true,
"columns": [
{
"type": "textInput",
Expand Down

0 comments on commit cf5f551

Please sign in to comment.