Skip to content

Commit

Permalink
feat: support http form body types
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Dec 16, 2024
1 parent 2c683fe commit 457a7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/destinations/http/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"format": {
"type": "string",
"enum": ["JSON", "XML"],
"enum": ["JSON", "XML", "FORM", "FORM-URLENCODED"],
"default": "JSON"
},
"isBatchingEnabled": {
Expand Down

0 comments on commit 457a7d0

Please sign in to comment.