- Notifications
You must be signed in to change notification settings - Fork701
Commitd5ba92f
authored
## DescriptionThis PR syncs the latest changes from Notion's API schema`src/api-endpoints.ts`. Specifically, this removes the unusable`parent.page_id` variant from the `dataSources.create` parameters. Thisis technically a breaking change, but this wouldn't have worked for APIversion `2025-09-03` anyway (i.e. would have returned a`validation_error`). `database_id` is the only valid parent type for adata source.## How was this change tested?- [x] Automated test (unit, integration, etc.)- [ ] Manual test (provide reproducible testing steps below)N/A; automated sync. Relying on existing tests, typechecking, andlinting in CI.## ScreenshotsN/A
1 parent09703a1 commitd5ba92f
1 file changed
+10
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7216 | 7216 | | |
7217 | 7217 | | |
7218 | 7218 | | |
| 7219 | + | |
| 7220 | + | |
| 7221 | + | |
| 7222 | + | |
| 7223 | + | |
| 7224 | + | |
| 7225 | + | |
| 7226 | + | |
7219 | 7227 | | |
7220 | 7228 | | |
7221 | 7229 | | |
| |||
8583 | 8591 | | |
8584 | 8592 | | |
8585 | 8593 | | |
8586 | | - | |
8587 | | - | |
8588 | | - | |
8589 | | - | |
8590 | | - | |
8591 | | - | |
8592 | | - | |
8593 | | - | |
8594 | | - | |
8595 | | - | |
8596 | | - | |
8597 | | - | |
8598 | | - | |
8599 | | - | |
8600 | | - | |
8601 | | - | |
8602 | | - | |
| 8594 | + | |
| 8595 | + | |
8603 | 8596 | | |
8604 | 8597 | | |
8605 | 8598 | | |
| |||
0 commit comments
Comments
(0)