Skip to content

Commit 49d18cb

Browse files
committed
Fix sorts default value
Signed-off-by: Stefano Cordio <[email protected]>
1 parent 36f68fc commit 49d18cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spring-batch-notion/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ The following constructor parameters should be provided:
5353

5454
and the following configuration options are available:
5555

56-
| Property | Required | Default | Description |
57-
|------------------|----------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|
58-
| `baseUrl` | no | `https://api.notion.com/v1` | Base URL of the Notion API. A custom value can be provided for testing purposes (e.g., the URL of a [WireMock][] server). |
59-
| `filter` | no | `null` | `Filter` condition to limit the returned items. |
60-
| `pageSize` | no | `100` | Number of items to be read with each page. Must be greater than zero and less than or equal to 100. |
61-
| `sorts` | no | `null` | `Sort` conditions to order the returned items. Each condition is applied following the declaration order. |
56+
| Property | Required | Default | Description |
57+
|------------|----------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|
58+
| `baseUrl` | no | `https://api.notion.com/v1` | Base URL of the Notion API. A custom value can be provided for testing purposes (e.g., the URL of a [WireMock][] server). |
59+
| `filter` | no | `null` | `Filter` condition to limit the returned items. |
60+
| `pageSize` | no | `100` | Number of items to be read with each page. Must be greater than zero and less than or equal to 100. |
61+
| `sorts` | no | `[]` | `Sort` conditions to order the returned items. Each condition is applied following the declaration order. |
6262

6363
In addition to the Notion-specific configuration, all the configuration options of the Spring Batch
6464
[`AbstractPaginatedDataItemReader`](https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/item/data/AbstractPaginatedDataItemReader.html)

0 commit comments

Comments
 (0)