File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/institution-ms/web/src/main/java/it/pagopa/selfcare/mscore/web/controller Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ public ResponseEntity<InstitutionResponse> onboardingInstitution(@RequestBody @V
387387
388388 @ ResponseStatus (HttpStatus .NO_CONTENT )
389389 @ ApiOperation (value = "${swagger.mscore.onboarding.users.delete}" , notes = "${swagger.mscore.onboarding.users.delete}" )
390- @ DeleteMapping (value = "/{id}/products/{productId}" , produces = MediaType .APPLICATION_JSON_VALUE )
390+ @ DeleteMapping (value = "/{id}/products/{productId}" , produces = MediaType .APPLICATION_PROBLEM_JSON_VALUE )
391391 public void deleteOnboardedInstitution (@ PathVariable ("productId" ) String productId ,
392392 @ PathVariable ("id" ) String institutionId ) {
393393
You can’t perform that action at this time.
0 commit comments