Project

General

Profile

Bug #6666

Updated by Chris Jones about 9 years ago

While the v2 MNodeService class has implemented the MNStorage.updateSystemMetadata() method, when attempting to call this REST endpoint: 
 <pre> 
 PUT /metacat/d1/mn/v2/meta 
 </pre> <pre> 

 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().

Back