Closed bertt closed 7 years ago
Sample PUT: http://localhost:8080/v1.0/Things(1) {"description":"This is a Updated Test Thing From TestNG"}
Sample PATCH: http://localhost:8080/v1.0/Things(1) {"description":"This is a PATCHED Test Thing From TestNG"}
fixed
Implement HTTP Put and Patch on entities