You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ The following properties are supported in the copy activity **source** section:
352
352
| requestInterval | The time to wait before sending the request for next page. The default value is **00:00:01**| No |
353
353
354
354
>[!NOTE]
355
-
>REST connector ignores any "Accept" header specified in `additionalHeaders`. As REST connector only support response in JSON, it will auto generate a header of `Accept: application/json`.
355
+
>REST connector ignores any "Accept" header specified in `additionalHeaders`. As REST connector only support response in JSON, it will auto generate a header of `Accept: application/json`. <br>
356
356
>The array of object as the response body is not supported in pagination.
357
357
358
358
**Example 1: Using the Get method with pagination**
0 commit comments