Click or drag to resize

ViewApiClientPatchViewPropertiesAsync Method

Partially changes properties of a view PATCH /_api/view/{view-name}/properties

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<ViewResponse> PatchViewPropertiesAsync(
	string viewNameOrId,
	ViewDetails body
)

Parameters

viewNameOrId
Type: SystemString
The name or identifier of the view.
body
Type: ArangoDBNetStandard.ViewApi.ModelsViewDetails
The body of the request containing required properties.

Return Value

Type: TaskViewResponse

Implements

IViewApiClientPatchViewPropertiesAsync(String, ViewDetails)
See Also