What status code do you send when there is a no-op?
Let's say I'm building a note-taking app and I periodically sync the note's content with the server. If there is a diff, then the content is stored, else ignored.
What would be the ideal status code to send back if there is no diff and no operation is performed? 🙂