Closed utdrmac closed 3 days ago
Turns out that setting CreatedBy is not supported by the Notion API.
Some page properties are not supported via the API. A request body that includes rollup, created_by, created_time, last_edited_by, or last_edited_time values in the properties object returns an error.
Describe the bug CreatedBy page property does not accept User object from
$notion->users()->find('111-222-33')
To Reproduce
Error:
If you try to use People object, that doesn't work either.
Fix Please provide a class method for creating a CreatedBy from a User object.