Click or drag to resize

ViewApiClient.PutRenameViewAsync Method

Renames a view PUT /_api/view/{view-name}/rename

Namespace:  ArangoDBNetStandard.ViewApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<PutRenameViewResponse> PutRenameViewAsync(
	string viewName,
	PutRenameViewBody body
)

Parameters

viewName
Type: System.String
The name of the view.
body
Type: ArangoDBNetStandard.ViewApi.Models.PutRenameViewBody
The body of the request containing required properties.

Return Value

Type: Task<PutRenameViewResponse>

Implements

IViewApiClient.PutRenameViewAsync(String, PutRenameViewBody)
See Also