For my ongoing project, I am attempting to post the comment to SharePoint modern page using the the below REST API.
/_api/web/lists('listID')/GetItemById(1)/Comments
I am able to post the comments, but while posting, I am not able to edit any property of the comment besides the comment text like author, date.
Is it now possible to alter the date published, author info, etc.?
Thanks in advance!