Exploring the REST V2 (json) options on a new 16.2.2 build as a possible replacement for some existing custom WebDAV and CWS interfaces, I notice that there are a robust offering in the POST api/V2/nodes for creating various types. I have tried a few and they work as expected. However, in the PUT methods for Update, I do not see the same functionality to update these node types. For example, I can create a Project using type 202 and initially populate the properties like start_date, misison, goals etc. How would I update these to reflect on going changes and revisions. The reason I am looking at the REST api is that this seems to be the technology of choice for most of the development enviroments and third party solutions that would be candidates for integration. Some are even abondoning support for pure SOAP interfaces in favour of REST/json.