MetricSetControllerUpdateScriptMetricSet Method

PUT /MetricSet/UpdateScriptMetricSet/ Update a script metric set.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPutAttribute]
[ActionNameAttribute("UpdateScriptMetricSet")]
public IActionResult UpdateScriptMetricSet(
	[FromBodyAttribute] UpdateScriptMetricSetOptions option,
	Guid? sessionId = null
)

Parameters

option
Type: Dundas.BI.WebApi.ModelsUpdateScriptMetricSetOptions
The option class containing the information to update.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A MetricSetData Object containing the updated script measure.
See Also