DATAREST-619 - Fixed HTTP method mentioned in Javadoc of RepositoryEntityController.patchItemResource(…).
Previously the Javadoc for said method mentioned PUT as the mapped HTTP method while it's actually PATCH. Original pull request: #188.
This commit is contained in:
committed by
Oliver Gierke
parent
5b0b368353
commit
f180a3ef1a
@@ -381,7 +381,7 @@ class RepositoryEntityController extends AbstractRepositoryRestController implem
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>PUT /{repository}/{id}</code> - Updates an existing entity or creates one at exactly that place.
|
||||
* <code>PATCH /{repository}/{id}</code> - Updates an existing entity or creates one at exactly that place.
|
||||
*
|
||||
* @param resourceInformation
|
||||
* @param payload
|
||||
|
||||
Reference in New Issue
Block a user