@PatchMapping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[Spring MVC Concepts#.40PatchMapping|Spring MVC Concepts]]
* [[Spring MVC Concepts#.40PatchMapping|Spring MVC Concepts]]
* [[Spring_REST_Concepts#Update_a_Resource|Spring REST Concepts]]


=Overview=
=Overview=
Line 7: Line 8:
The annotation may also contain a sub-path relative to the class-level base path, usually configured with [[@RequestMapping]].
The annotation may also contain a sub-path relative to the class-level base path, usually configured with [[@RequestMapping]].


=HTTP PATCH Semantics for REST Applications=
=REST=
 
==HTTP PATCH Semantics for REST Applications==


{{Internal|REST_and_Hypermedia#PATCH|HTTP PATCH Semantics for REST Applications}}
{{Internal|REST_and_Hypermedia#PATCH|HTTP PATCH Semantics for REST Applications}}

Revision as of 01:45, 13 March 2019

Internal

Overview

The annotation may also contain a sub-path relative to the class-level base path, usually configured with @RequestMapping.

REST

HTTP PATCH Semantics for REST Applications

HTTP PATCH Semantics for REST Applications