Hi,
I am creating a rest api based tool that will migrate items from one list to another with versions. I am successfully able to do the same by reading the version data of source item and updating the item at the destination to create versions. All of this is done using simple rest calls. only issue is that editor and author fields are not getting updated. even though in the post body i am sending the correct editor and author value. Is it possible to update these two columns just by using rest api calls. if yes how?