You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**HTTP POST URL**| {none} | Yes | The endpoint URL that's generated after you save the logic app and is used for calling your logic app |
50
-
|**Request Body JSON Schema**|`schema`| No | The JSON schema that describe properties and values in the incoming HTTP request body |
50
+
|**Request Body JSON Schema**|`schema`| No | The JSON schema that describes the properties and values in the incoming HTTP request body |
51
51
|||||
52
52
53
-
1. In the **Request Body JSON Schema** box, optionally enter a JSON schema that describes the HTTP request body that's expected in the incoming request, for example:
53
+
1. In the **Request Body JSON Schema** box, optionally enter a JSON schema that describes the HTTP request body in the incoming request, for example:
@@ -141,19 +141,19 @@ This built-in trigger creates a manually callable endpoint that can receive an i
141
141
}
142
142
```
143
143
144
-
1. To specify additional properties, such as the expected method used for the request or a relative path, open the **Add new parameter** list, and select the parameters that you want to add.
144
+
1. To specify additional properties, open the **Add new parameter** list, and select the parameters that you want to add.
145
145
146
146
| Property name | JSON property name | Required | Description |
0 commit comments