codecyclernl / notion-php-sdk

Notion PHP SDK
MIT License
44 stars 17 forks source link

[Bug] Icon on new Pages will not get saved #20

Open riyuk opened 2 years ago

riyuk commented 2 years ago

Currently if you add a new Page to a Database ($notion->database('id')->get()->newPage()) you cannot set the icon. If I do $page->icon = '💬'; and save that page ($page->save();) the icon will not get saved.

Is this planned for the future?