Open this page in the API Guide

ServerGroupController.RenameServerGroup Method

Renames a server group.

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("Rename")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult RenameServerGroup(
	[FromBodyAttribute] RenameServerGroupOptions renameOptions,
	Guid? sessionId = null
)

Parameters

renameOptions
Type: Dundas.BI.WebApi.Models.RenameServerGroupOptions
The option of renaming a server group.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the current session.

Return Value

Type: ActionResult
See Also