MetricSetService.updateStateGroup Method

Updates the state group on the given metric set.
 

Parameters

metricSetId

Type: String
The ID of the metric set to update the state group on.
stateGroup

Type: StateGroup
The state group to update on the metric set.

Return Value


Type: jQuery.Promise
Value: dundas.entities.MetricSet
A promise object that is resolved when the call is complete. If successful, the updated dundas.entities.MetricSet is returned.