@ -137,7 +137,7 @@ public class AdminController extends BaseController {
returnadminSettings;
}
@ApiOperation(value="Get the Administration Settings object using key (getAdminSettings)",
@ApiOperation(value="Creates or Updates the Administration Settings (saveAdminSettings)",
notes="Creates or Updates the Administration Settings. Platform generates random Administration Settings Id during settings creation. "+
"The Administration Settings Id will be present in the response. Specify the Administration Settings Id when you would like to update the Administration Settings. "+
"Referencing non-existing Administration Settings Id will cause an error."+SYSTEM_AUTHORITY_PARAGRAPH)
@ -160,7 +160,7 @@ public class AdminController extends BaseController {
returnadminSettings;
}
@ApiOperation(value="Get the Security Settings object",
@ApiOperation(value="Get the Security Settings object (getSecuritySettings)",
notes="Get the Security Settings object that contains password policy, etc."+SYSTEM_AUTHORITY_PARAGRAPH)