Closed khauser closed 3 years ago
@PatchMapping(path = BOOKING_ID_PATH, consumes = "application/json-patch+json")
ResponseEntity<Void> jsonPatch(@PathVariable(value = ID) Long id, @RequestBody String patchPayload);
works with e.g. https://github.com/khauser/JsonPatchShowcase
With
I'm able to test Spring data rest jsonpatch, which is greate.
But how a FeignClient on this would look like?
Trying with:
brings: