Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/HTTP-batchsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Json path to fetch books is `/response/books`. However if we need to fetch only
`/response/books/printInfo` as well.

XPath example:
```
```xml
<?xml version="1.0" encoding="UTF-8"?>
<bookstores>
<bookstore id="1">
Expand Down Expand Up @@ -261,10 +261,10 @@ Skip on error - Ignores erroneous records.

##### Pagination type: None
Only single page is loaded.

##### Pagination type: Link in response header
In response there is a "Link" header, which contains an url marked as "next". Example:
```
In response there is a "Link" header, which contains an url marked as "next". Example:
```xml
<http://example.cdap.io/admin/api/pages?page=1&q.language.id=1>; rel="first",
<http://example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="next",
<http://example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="last"`
Expand Down