Skip to content

Commit dc36294

Browse files
authored
Merge pull request #52590 from LordKa0S/multipart-example
Corrected multipart/form-data request example JSON
2 parents b505213 + 927c3a5 commit dc36294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/connectors/connectors-native-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ For example, suppose you have a logic app that sends an HTTP POST request for an
140140
Here is the same example that shows the HTTP action's JSON definition in the underlying workflow definition:
141141

142142
```json
143-
{
144-
"HTTP_action": {
143+
"HTTP_action": {
144+
"inputs": {
145145
"body": {
146146
"$content-type": "multipart/form-data",
147147
"$multipart": [

0 commit comments

Comments
 (0)