File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,13 @@ var complexFiler = new CompoundFilter(
97
97
```
98
98
99
99
## Supported Endpoints
100
+
100
101
- [x] Databases
101
- - [x] Retrieve a database
102
102
- [x] Query a database
103
- - [x] List databases
104
103
- [x] Create a database
105
104
- [x] Update database
105
+ - [x] Retrieve a database
106
+ - [x] List databases
106
107
- [x] Pages
107
108
- [x] Retrieve a page
108
109
- [x] Create a page
@@ -112,6 +113,7 @@ var complexFiler = new CompoundFilter(
112
113
- [x] Update a block
113
114
- [x] Retrieve block children
114
115
- [x] Append block children
116
+ - [x] Delete a block
115
117
- [x] Users
116
118
- [x] Retrieve a User
117
119
- [x] List all users
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ var complexFiler = new CompoundFilter(
66
66
## Supported Endpoints
67
67
68
68
- [x] Databases
69
- - [x] Retrieve a database
70
69
- [x] Query a database
71
- - [x] List databases
72
70
- [x] Create a database
73
71
- [x] Update database
72
+ - [x] Retrieve a database
73
+ - [x] List databases
74
74
- [x] Pages
75
75
- [x] Retrieve a page
76
76
- [x] Create a page
@@ -80,6 +80,7 @@ var complexFiler = new CompoundFilter(
80
80
- [x] Update a block
81
81
- [x] Retrieve block children
82
82
- [x] Append block children
83
+ - [x] Delete a block
83
84
- [x] Users
84
85
- [x] Retrieve a User
85
86
- [x] List all users
You can’t perform that action at this time.
0 commit comments