RFC 5789 — PATCH Method for HTTP by node
This document defines the HTTP PATCH method, which applies a set of changes described in the request body to the target resource. Unlike PUT, which replaces a resource entirely, PATCH modifies part of it, sending only the difference.