feat: add an endpoint to fixy AIP info for ROOT users
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
assigned to @Mathieu.Vonlanthen
272 272 return this.startCheckAction(DLCMActionName.CHECK_FIXITY, aipId, aipCheckLevel, "message.fixity.check.started"); 273 273 } 274 274 275 @PostMapping(SolidifyConstants.URL_ID_PLUS_SEP + DLCMActionName.FIX_AIP_INFO) 276 @RootPermissions 277 public HttpEntity<Result> fixAipinfo(@PathVariable("id") String aipId) { changed this line in version 2 of the diff
Please register or sign in to reply