Skip to content

Commit b9bc3d8

Browse files
Update supported endpoints in readme.md 📝
1 parent 7d19d4e commit b9bc3d8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ var complexFiler = new CompoundFilter(
103103
- [x] Retrieve a page
104104
- [x] Create a page
105105
- [x] Update page
106-
- [x] Blocks
107-
- [x] Retrieve Block Children
108-
- [x] Append Block Children
106+
- [ ] Blocks
107+
- [x] Retrieve a block
108+
- [ ] Update a block
109+
- [x] Retrieve block children
110+
- [x] Append block children
109111
- [x] Users
110112
- [x] Retrieve a User
111113
- [x] List all users

docs/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ var complexFiler = new CompoundFilter(
7373
- [x] Retrieve a page
7474
- [x] Create a page
7575
- [x] Update page
76-
- [x] Blocks
77-
- [x] Retrieve Block Children
78-
- [x] Append Block Children
76+
- [ ] Blocks
77+
- [x] Retrieve a block
78+
- [ ] Update a block
79+
- [x] Retrieve block children
80+
- [x] Append block children
7981
- [x] Users
8082
- [x] Retrieve a User
8183
- [x] List all users

0 commit comments

Comments
 (0)