Click or drag to resize

ModelControllerTPatch Method

Updates an existing Record.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
[HttpPatchAttribute]
[RouteAttribute("Update")]
public virtual IHttpActionResult Patch(
	[FromBodyAttribute] T record
)
View Source

Parameters

record  T
The T record to be updated.

Return Value

IHttpActionResult
IHttpActionResult containing the updated record or Exception
See Also