Skip to content

Commit 6edd5c1

Browse files
committed
Clarity updates
1 parent c96c6c1 commit 6edd5c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ This built-in trigger creates a manually callable endpoint that can receive an i
4747
| Property name | JSON property name | Required | Description |
4848
|---------------|--------------------|----------|-------------|
4949
| **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 |
5151
|||||
5252

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:
5454

5555
![Example JSON schema](./media/connectors-native-reqres/provide-json-schema.png)
5656

@@ -141,19 +141,19 @@ This built-in trigger creates a manually callable endpoint that can receive an i
141141
}
142142
```
143143

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.
145145

146146
| Property name | JSON property name | Required | Description |
147147
|---------------|--------------------|----------|-------------|
148148
| **Method** | `method` | No | The method that the incoming request must use to call the logic app |
149149
| **Relative path** | `relativePath` | No | The relative path for the parameter that the logic app's endpoint URL can accept |
150150
|||||
151151

152-
This example adds the **Method** parameter:
152+
This example adds the **Method** property:
153153

154154
![Add Method parameter](./media/connectors-native-reqres/add-parameters.png)
155155

156-
Now the **Method** parameter appears in the trigger so that you can select a method from the list.
156+
The **Method** property appears in the trigger so that you can select a method from the list.
157157

158158
![Select method](./media/connectors-native-reqres/select-method.png)
159159

0 commit comments

Comments
 (0)