PROPPATCH
PROPPATCH is an HTTP method defined as part of WebDAV (Web Distributed Authoring and Versioning) used to set or remove properties associated with a resource. Properties are metadata items stored by the server outside the resource’s primary content and can be either standard or server-defined. The method updates the resource’s property store rather than the resource body.
Request bodies for PROPPATCH must be an XML document containing a propertyupdate element. Inside this element
Responses use the 207 Multi-Status status code because updates may affect multiple properties with varying outcomes.
PROPPATCH is defined in RFC 2518 and updated by RFC 4918. Its availability depends on WebDAV support