Update a view

Updates a single view

Path parameters

viewIdstringRequired
ID of view to update

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
configobjectRequired
The configuration of a view. Filters, sorting, and search query.
namestringOptional

Response

This endpoint returns an object.
dataobject
A view

Errors