Skip to content

Commit bf920e4

Browse files
committed
Formatting updates
1 parent 4e42618 commit bf920e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-factory/connector-rest.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The following properties are supported in the copy activity **source** section:
411411
| requestInterval | The time to wait before sending the request for next page. The default value is **00:00:01** | No |
412412

413413
>[!NOTE]
414-
>The REST connector ignores any "Accept" header specified in `additionalHeaders`. Since it only supports JSON responses, it automatically sets the header to Accept: application/json. <br>
414+
>The REST connector ignores any "Accept" header specified in `additionalHeaders`. Since it only supports JSON responses, it automatically sets the header to `Accept: application/json`. <br>
415415
>Pagination is not supported for REST API responses where the top-level structure is a JSON array.
416416
417417
**Example 1: Using the Get method with pagination**
@@ -985,7 +985,8 @@ The pagination rule syntax is the same as in Example 8 and should be set as belo
985985

986986
## Export JSON response as-is
987987

988-
You can use the REST connector to export a REST API's JSON response as-is to various file-based storage systems (sinks). To enable this schema-agnostic copy behavior, use default schema mapping (don’t define any mapping in the Copy Activity's Mapping tab.)
988+
You can use the REST connector to export a REST API's JSON response as-is to various file-based storage systems (sinks). To enable this schema-agnostic copy behavior, use default schema mapping (don’t define any mapping in the Copy Activity's Mapping tab.)
989+
989990
## Schema mapping
990991

991992
To copy data from REST endpoint to tabular sink, refer to [schema mapping](copy-activity-schema-and-type-mapping.md#schema-mapping).

0 commit comments

Comments
 (0)