Path: / {BASE} / statistics / {module} / enabled

Path parameters:
module -

Method Summary
ResourceDescription
PUT /{BASE}/statistics/{module}/enabled?value=… 
GET /{BASE}/statistics/{module}/enabled 

Method Detail
HTTP Example:
PUT /{BASE}/statistics/{module}/enabled?value=…

API Example:

StatisticsWebService.setEnabled({'value': …,
  'module': …});

Output:
javax.ws.rs.core.Response
Query parameters:
value
HTTP Example:
GET /{BASE}/statistics/{module}/enabled

API Example:

StatisticsWebService.isEnabled({'module': …});

Output:
boolean