Skip to content

Commit 927c3a5

Browse files
authored
Corrected multipart/form-data request example JSON
The properties runAfter & type should be inside the action object along with the input property, which was mislabeled as the action object itself.
1 parent dbefb9c commit 927c3a5

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)