Class UserSettingsController
Object
UserSettingsController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigService(ConfigService configService) updatePanelSettings(JsonNode patch)
-
Constructor Details
-
UserSettingsController
public UserSettingsController()
-
-
Method Details
-
setConfigService
-
updatePanelSettings
@RequestMapping(value="/api/user-settings/panel", method=PATCH) @ResponseStatus(code=OK) @ResponseBody public UserPanelSettings updatePanelSettings(@RequestBody JsonNode patch) throws Exception - Throws:
Exception
-