Update an existing view
Use this API to update a view. Note that, in order to update sort, filter and group, you need to use the respective APIs
| Path Parameters |
|---|
tableId string — REQUIRED |
viewId string — REQUIRED |
| Request Body — REQUIRED |
|---|
name stringThe name of the view |
description stringThe description of the view |
| Responses | ||
|---|---|---|
200Returns the updated view
|