Skip to content
Snippets Groups Projects

feat: add an endpoint to fixy AIP info for ROOT users

Merged Hugues.Cazeaux requested to merge HCA-FixAip into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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) {
  • Hugues.Cazeaux added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading