notion-php-sdk
notion-php-sdk copied to clipboard
[Bug] Icon on new Pages will not get saved
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?