Notion API post comment missing page_id request body

Trying to use Notion API resource to add comment to page. Currently the resource only provides discussion_id and rich_text request bodies, but the endpoint also accepts page_id to add new comments to a page. Please add page_id to resource! Reference: Create comment

Hi @Jim_Okada,

Apologies for the issue, great catch! I can make a feature request for this right now :+1:

1 Like

if you want a temp workaround until they get a fix out you can create a new REST resource and enter the full url + endpoint, this will let you select different types for the request body where you can define custom structures (like JSON) then just use this new resource for that once endpoint call... I occasionally have to do this for fields with the File type when the API i'm calling has some weird requirement or restriction

1 Like

Thanks @bobthebear, exactly what I'm doing at the moment!

1 Like