Skip to content

Commit a03aa75

Browse files
committed
Modify JSON and text
1 parent b6ec7b0 commit a03aa75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/data-factory/connector-rest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,7 @@ Response 2:
662662
The REST API returns the last response in the following structure:
663663

664664
```json
665-
{
666-
}
665+
{}
667666
```
668667
Set the end condition rule as **"EndCondition:$.data": "NonExist"** to end the pagination when the value of the specific node in response dose not exist.
669668

@@ -809,7 +808,7 @@ Set **MaxRequestNumber** to avoid endless request as shown in the following scre
809808

810809
The backend will automatically get the next URL based on the RFC 5988 style links in the header.
811810

812-
:::image type="content" source="media/connector-rest/pagination-rule-example-7-http-header.png" alt-text="Screenshot showing the sample http header for Example 7.":::
811+
:::image type="content" source="media/connector-rest/pagination-rule-example-7-http-header.png" alt-text="Screenshot showing samples of the http header that complies with RFC 5988.":::
813812

814813
> [!TIP]
815814
> If you don't want to enable this default pagination rule, you can set `supportRFC5988` to `false` or just delete it in the script.
@@ -852,7 +851,7 @@ The response schema is shown below:
852851

853852
:::image type="content" source="media/connector-rest/pagination-rule-example-9-response-schema.png" alt-text="Screenshot showing the response schema of Example 9.":::
854853

855-
The pagination rule sytax is the same as in Example 8 and should be set as below in this example:
854+
The pagination rule syntax is the same as in Example 8 and should be set as below in this example:
856855

857856
:::image type="content" source="media/connector-rest/pagination-rule-example-9.png" alt-text="Screenshot showing setting the pagination rule for Example 9.":::
858857

0 commit comments

Comments
 (0)