Click or drag to resize

ViewApiClientPutRenameViewAsync 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: SystemString
The name of the view.
body
Type: ArangoDBNetStandard.ViewApi.ModelsPutRenameViewBody
The body of the request containing required properties.

Return Value

Type: TaskPutRenameViewResponse

Implements

IViewApiClientPutRenameViewAsync(String, PutRenameViewBody)
See Also