v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014430130.6 KB
views

Update a view

Update a view, this can be against an internal or external table.

put/views/{viewId}

Path parameters

viewIdstring required

The ID of the view which this request is targeting.

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Request body

namestring required

The name of the view.

tableIdstring required

The ID of the table this view is based on.

type'calculation'

The type of view - standard (empty value) or calculation.

primaryDisplaystring

A column used to display rows from this view - usually used when rendered in tables.

schemaobject required

Response

Returns the updated view.