Skip to content

Commit bc50155

Browse files
authored
Merge pull request #114563 from ecfan/patch-5
Clarity edits
2 parents 926b3d9 + 2f11aea commit bc50155

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,19 @@ By default, the Request trigger expects a POST request. You can specify a differ
136136

137137
![Select request method expected by the trigger](./media/logic-apps-http-endpoint/select-method-request-trigger.png)
138138

139-
## Accept parameters in endpoint URL
139+
<a name="endpoint-url-parameters"></a>
140140

141-
When you want your endpoint URL to accept parameter values through the endpoint's URL, you have these options:
141+
## Pass parameters through endpoint URL
142+
143+
When you want to accept parameter values through the endpoint's URL, you have these options:
142144

143145
* [Accept values through GET parameters](#get-parameters) or URL parameters.
144146

145-
These values are passed as name-value pairs when sending the request to the endpoint's URL. For this option, you need to use the GET method in your Request trigger. In a subsequent action, you can get the parameter values as trigger outputs by using the `triggerOutputs()` function in an expression.
147+
These values are passed as name-value pairs in the endpoint's URL. For this option, you need to use the GET method in your Request trigger. In a subsequent action, you can get the parameter values as trigger outputs by using the `triggerOutputs()` function in an expression.
146148

147149
* [Accept values through a relative path](#relative-path) for parameters in your Request trigger.
148150

149-
These values are passed when sending the request to the endpoint's URL. You also need to explicitly [select the method](#select-method) that the trigger expects. In a subsequent action, you can get the parameter values as trigger outputs by referencing those outputs directly.
151+
These values are passed through a relative path in the endpoint's URL. You also need to explicitly [select the method](#select-method) that the trigger expects. In a subsequent action, you can get the parameter values as trigger outputs by referencing those outputs directly.
150152

151153
<a name="get-parameters"></a>
152154

@@ -395,4 +397,4 @@ To view the JSON definition for the Response action and your logic app's complet
395397

396398
## Next steps
397399

398-
* [Receive and respond to incoming HTTPS calls by using Azure Logic Apps](../connectors/connectors-native-reqres.md)
400+
* [Receive and respond to incoming HTTPS calls by using Azure Logic Apps](../connectors/connectors-native-reqres.md)

0 commit comments

Comments
 (0)