Open this page in the API Guide

MetricSetController.UpdateScriptMetricSet Method

Update a script metric set.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("UpdateScriptMetricSet")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<MetricSetData> UpdateScriptMetricSet(
	[FromBodyAttribute] UpdateScriptMetricSetOptions option,
	Guid? sessionId = null
)

Parameters

option
Type: Dundas.BI.WebApi.Models.UpdateScriptMetricSetOptions
The option class containing the information to update.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult<MetricSetData>
The operation completed successfully. The payload contains a MetricSetData object containing the updated script measure.
See Also