@PatchMapping: Difference between revisions

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


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=
{{Internal|REST_and_Hypermedia#PATCH|HTTP PATCH Semantics for REST Applications}}

Revision as of 17:44, 12 March 2019

Internal

Overview

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

HTTP PATCH Semantics for REST Applications