Actions
Bug #6666
closedFix MNresourceHandler to handle v2 API MNStorage.updateSystemMetadata()
Start date:
02/12/2015
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
While the v2 MNodeService class has implemented the MNStorage.updateSystemMetadata() method, when attempting to call this REST endpoint:
PUT /metacat/d1/mn/v2/meta
we get a 500 ServiceFailure from MNresourceHandler. The resource handler is handling the GET method for this endpoint, but not the PUT method, and needs to be updated to call MNodeService.updateSystemMetadata().
Actions