Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit fef4330

Browse files
committed
Add missing filter property to README
1 parent d21cc63 commit fef4330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The following configuration options are available:
4949
|------------------|----------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------|
5050
| `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). |
5151
| `databaseId` | yes | - | UUID of the database to read from. |
52+
| `filter` | no | `null` | `Filter` condition to limit the returned items. |
5253
| `pageSize` | no | `100` | Number of items to be read with each page. Must be greater than zero and less than or equal to 100. |
5354
| `propertyMapper` | yes | - | The `PropertyMapper` responsible for mapping properties of a Notion item into a Java object. |
5455
| `sorts` | no | `null` | `Sort` conditions to order the returned items. Each condition is applied following the declaration order. |

0 commit comments

Comments
 (0)