MetricSetControllerUpdateScriptMeasure Method

PUT /MetricSet/UpdateScriptMeasure/ Update a script measure.

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("UpdateScriptMeasure")]
public IActionResult UpdateScriptMeasure(
	[FromBodyAttribute] UpdateScriptMeasureOptions option,
	Guid? sessionId = null
)

Parameters

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

Return Value

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