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().
Updated by Jing Tao almost 10 years ago
It seems that v2 CNResourceHandler doesn't have the ability either.
Updated by Jing Tao over 9 years ago
- Status changed from New to Resolved
- Target version set to 2.5.0
PUT for CN is done and tested.
Actions