Skip to content

Commit cb9ff8c

Browse files
Minor fixes.
1 parent 12a7ab3 commit cb9ff8c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

articles/logic-apps/logic-apps-content-type.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ms.date: 10/15/2025
1515

1616
Azure Logic Apps supports all content types like JSON, XML, flat files, and binary data. While some content types have native support, meaning they don't need casting or conversion, other content types need some work to give you the required format.
1717

18-
1918
To help determine the best way to handle content or data in workflows, Azure Logic Apps uses the `Content-Type` header value in the HTTP requests that workflows get from external callers.
2019

2120
The following list includes some example `Content-Type` values that a workflow can encounter:
@@ -24,6 +23,7 @@ The following list includes some example `Content-Type` values that a workflow c
2423
- [text/plain (native type)](#text-plain)
2524
- [application/xml and application/octet-stream](#application-xml-octet-stream)
2625
- [Other content types](#other-content-types)
26+
2727
This guide describes how Azure Logic Apps handles different content types and shows how to correctly cast or convert these types when necessary.
2828

2929
<a name="application-json"></a>
@@ -74,11 +74,9 @@ The following list describes common workflow operations and the corresponding wa
7474

7575
The following steps describe how you can provide an example payload to generate a JSON schema:
7676

77-
7877
1. On the designer, select the **Request** trigger to open the information pane.
7978

8079
1. On the **Parameters** tab, under the **Request Body JSON Schema** box, select **Use sample payload to generate schema**.
81-
8280

8381
1. In the **Enter or paste a sample JSON payload** box, enter a sample payload, then select **Done**.
8482

@@ -92,7 +90,7 @@ The following list describes common workflow operations and the corresponding wa
9290

9391
```json
9492
"triggers": {
95-
"when_an_HTTP_request_is_received": {
93+
"When_an_HTTP_request_is_received": {
9694
"type": "Request",
9795
"kind": "Http",
9896
"inputs": {

0 commit comments

Comments
 (0)