It always changes the Modified column in the SharePoint List. By using the POST you are supposed to be able to avoid this from happening. I want to update a new field in the list without affecting the Modified and Modified By historical information.
Note: I have tried bNewDocumentUpdate:true and bNewDocumentUpdate:false and either way it still changes the Modified when I do this and the documentation says it shouldn't.
Adding headers, which I have done, doesn't make a difference. The update is happening, so that means the POST is working, but it isn't supposed to change the Modified date, which is the issue that I cannot figure out. It's like Microsoft has changed the way this works unless someone here can explain to me what the issue might be?
Thank you