DATAREST-468 - Added patch media types to documentation section of item resources.
This commit is contained in:
@@ -146,7 +146,7 @@ Replaces the state of the target resource with the supplied request body.
|
|||||||
|
|
||||||
==== PATCH
|
==== 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
|
===== Custom status codes
|
||||||
|
|
||||||
@@ -156,6 +156,8 @@ Similar to `PUT` but only applying values sent with the request body.
|
|||||||
|
|
||||||
* application/hal+json
|
* application/hal+json
|
||||||
* application/json
|
* application/json
|
||||||
|
* https://tools.ietf.org/html/rfc6902[application/patch+json]
|
||||||
|
* https://tools.ietf.org/html/rfc7386[application/merge-patch+json]
|
||||||
|
|
||||||
==== DELETE
|
==== DELETE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user