Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2024-11-26 16:38:39 +01:00

View File

@@ -283,7 +283,7 @@ public class BrtService {
StringBuilder stringBuilder = new StringBuilder();
int status;
if (rootDTO instanceof BrtRootDeleteDTO){
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder, null, RequestMethod.PUT);
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder, null, RequestMethod.PUT,0);
} else {
status = HttpRestWrapper.callGeneric(url, null, null, contentBody, ContentType.APPLICATION_JSON, stringBuilder);
}