Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit dbaa760

Browse files
committed
typos and formatting
1 parent 634e10c commit dbaa760

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/targets/http.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create an instance of the HTTP Target at TriggerMesh as part of a Bridge.
2727
- `Password` when using basic authentication needs to reference the aforementioned password secret.
2828
- `Headers` is a set of key/value pairs that will be set withing the HTTP request.
2929

30-
Save the target, fill the rest of the bridge components and press `Submit Bridge`.
30+
Save the target, fill the rest of the bridge components, and press `Submit Bridge`.
3131

3232
## Trigger Configuration
3333

@@ -41,20 +41,20 @@ As an example:
4141
- HTTP Target is interested in events whose type is `calendar.pto.request`.
4242
- The response from workday will generate a CloudEvent type `workday.pto.response` and source `workday.instance1`
4343

44-
Trigger should be configured to avoid feeding these responses into the HTTP Target, a filter key `type` and value `calendar.pto.request` would provide such protection
44+
Trigger should be configured to avoid feeding these responses into the HTTP Target. A filter key `type` and value `calendar.pto.request` would provide such protection.
4545

4646
## Events Types
4747

4848
The HTTP Target expects a cloud event request that complements the Target configured values.
4949

50-
There is no requirement regarding the type header value, any cloud event containing the expected data is valid to process. Data needs to be a JSON structure that might contain these optional fields:
50+
There is no requirement regarding the type header value. Any cloud event containing the expected data is valid to process. Data needs to be a JSON structure that might contain these optional fields:
5151

5252

53-
| Field | Description | Example |
54-
|--- |--- |--- |
55-
| query_string | Key/value pairs formatted as query string | `name=jane&lastname=doe` |
56-
| path_suffix | Will be appended to the target's path | `apparel/tshirts` |
57-
| body | String to be set as the request body | `{\"size\":\"L\",\"color\":\"beige\"}` |
53+
| Field | Description | Example |
54+
|--- |--- |--- |
55+
| query_string | Key/value pairs formatted as query string | `name=jane&lastname=doe` |
56+
| path_suffix | Will be appended to the target's path | `apparel/tshirts` |
57+
| body | String to be set as the request body | `{\"size\":\"L\",\"color\":\"beige\"}` |
5858

5959
Cloud Event data examples:
6060

0 commit comments

Comments
 (0)