Skip to content

Commit b639906

Browse files
committed
Changed updateProperties() to update() in Pages Endpoint
1 parent 67e0686 commit b639906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Endpoints/Pages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function createInPage(string $parentId, Page $page): Page
9090
* @return array
9191
* @throws HandlingException
9292
*/
93-
public function updateProperties(Page $page): Page
93+
public function update(Page $page): Page
9494
{
9595
$postData = [];
9696
$properties = [];

0 commit comments

Comments
 (0)