According to JAMA specifications, PATCH operation modifies only the referenced elements, leaving the other attributes unmodified. This matches better the intended goal of the method, rather than using a PUT and copying one by one all attributes.
See https://dev.jamasoftware.com/cookbook/#patch
According to JAMA specifications, PATCH operation modifies only the referenced elements, leaving the other attributes unmodified. This matches better the intended goal of the method, rather than using a PUT and copying one by one all attributes. See https://dev.jamasoftware.com/cookbook/#patch