There was an error while loading. Please reload this page.
1 parent 67e0686 commit b639906Copy full SHA for b639906
src/Endpoints/Pages.php
@@ -90,7 +90,7 @@ public function createInPage(string $parentId, Page $page): Page
90
* @return array
91
* @throws HandlingException
92
*/
93
- public function updateProperties(Page $page): Page
+ public function update(Page $page): Page
94
{
95
$postData = [];
96
$properties = [];
0 commit comments