Task #1459
Story #1458: Ensure update() API implementation is consistent across MNs and libs
ensure that d1_libcommon_java update() method matches the documentation
Start date:
2011-04-05
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
Documentation of the update() method was changed recently to have the existing PID in the URL and the newPID in the message body.
History
#2 Updated by Rob Nahf over 13 years ago
- Status changed from New to Closed
updated the method within the MNcrud api. Did not reorganize the api itself. Also updated the CNcrud.update interface
(to match the MNcrud method), but this method is probably going away in the near future.
Updated d1_libclient_java MNode.update() and CNode.update() methods, to match new interface definition.