HTTP PATCH is used for partial updates for the resource. And as per my understanding following updates are possible on resource which are relevant to PATCH (Could be more but I need to know exactly how these two are handled differently)
- Updating a field like Mobile Number on Customer resource
- Add a New Telephone Number field on existing Customer Resource like a Telephone Number[4] is introduced as a new field
I just want to know that whether PATCH should handle the second scenario or not? If yes then how should it be and how it be differ from the first one?