- Notifications
You must be signed in to change notification settings - Fork701
Commitc1fc444
authored
Add support for
## DescriptionSync the latest Notion API endpoint schema from our codebase to`src/api-endpoints.ts`. This includes- Add `is_locked` boolean field to `PageObjectResponse` and`DatabaseObjectResponse`- Add optional `is_locked` boolean to `UpdatePageBodyParameters ` and`UpdateDatabaseBodyParameters`- Miscellaneous minor refactors to docstrings and type definitions; e.g.added comments and restructuring in `UpdateDataSourceBodyParameters`## How was this change tested?- [x] Automated test (unit, integration, etc.)- [ ] Manual test (provide reproducible testing steps below)Automated sync; relying on existing typechecking and linting in CI.## ScreenshotsN/Ais_locked on update page and database APIs (#617)1 parent6945289 commitc1fc444
1 file changed
+175
-185
lines changed0 commit comments
Comments
(0)