JSON Merge Patch: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
=Overview=
=Overview=
JSON merge patch is defined by [https://datatracker.ietf.org/doc/html/rfc7386 RFC7386].
JSON merge patch is defined by [https://datatracker.ietf.org/doc/html/rfc7386 RFC7386].
Also see: {{Internal|JSON Patch|JSON Patch}}{{Internal|Kubernetes Strategic Merge Patch|Kubernetes Strategic Merge Patch}}
 
JSON merge patch defines a JSON document format appropriate for modifying a target JSON document. The format is suitable to use with the [[HTTP_Request#PATCH|HTTP PATCH]] method and an "application/merge-patch+json" media type.
=Also See=
{{Internal|JSON Patch|JSON Patch}}{{Internal|Kubernetes Strategic Merge Patch|Kubernetes Strategic Merge Patch}}

Revision as of 18:52, 29 July 2021

External

Internal

Overview

JSON merge patch is defined by RFC7386.

JSON merge patch defines a JSON document format appropriate for modifying a target JSON document. The format is suitable to use with the HTTP PATCH method and an "application/merge-patch+json" media type.

Also See

JSON Patch
Kubernetes Strategic Merge Patch