From 3eb0691d95daed24b89b08c33012e8a03723eebe Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 08:31:26 +0100 Subject: [PATCH] DATAREST-468 - Added patch media types to documentation section of item resources. --- src/main/asciidoc/repository-resources.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/asciidoc/repository-resources.adoc b/src/main/asciidoc/repository-resources.adoc index 725519fa9..2d6ad00ea 100644 --- a/src/main/asciidoc/repository-resources.adoc +++ b/src/main/asciidoc/repository-resources.adoc @@ -146,7 +146,7 @@ Replaces the state of the target resource with the supplied request body. ==== PATCH -Similar to `PUT` but only applying values sent with the request body. +Similar to `PUT` but partially updating the resources state. ===== Custom status codes @@ -156,6 +156,8 @@ Similar to `PUT` but only applying values sent with the request body. * application/hal+json * application/json +* https://tools.ietf.org/html/rfc6902[application/patch+json] +* https://tools.ietf.org/html/rfc7386[application/merge-patch+json] ==== DELETE