Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!
Please check out the Docs to see if your question is already addressed there. This will help us ensure our documentation covers the most frequent questions.
Please specify what version of the library you are using: [ ]
Please specify what version(s) of SharePoint you are targeting: [ ]
If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.
If you are reporting an issue please describe the expected behavior. If you are suggesting an enhancement please
describe thoroughly the enhancement, how it can be achieved, and expected benefit. If you are asking a question, ask away!
If you are reporting an issue please describe the behavior you expected to occur when performing the action. If you are making a
suggestion or asking a question delete this section.
If you are reporting an issue please describe the steps to reproduce the bug in sufficient detail to allow testing. If you are making
a suggestion or asking a question delete this section.
Delete this section after reading
Thank you for your feedback!
There is no system update available in REST API. But there are workarounds for this, e.g. validateUpdateListItem with corresponding metadata manipulations (to keep editor/modified date the same if needed). For the case of not incrementing a version, validateUpdateListItem should work.
For more details please check the article on the topic - List Items System Update options in SharePoint Online. There is also a demo with these samples commuted on SIG call, yet have no link by hand.
Thanks a lot. It's working.
Most helpful comment
There is no system update available in REST API. But there are workarounds for this, e.g.
validateUpdateListItemwith corresponding metadata manipulations (to keep editor/modified date the same if needed). For the case of not incrementing a version,validateUpdateListItemshould work.For more details please check the article on the topic - List Items System Update options in SharePoint Online. There is also a demo with these samples commuted on SIG call, yet have no link by hand.