Docs

Update View

PUT /views/{viewId}

PUT/views/{viewId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Updates a saved view's name, sort order, default flag, and configuration. Note that entityId and tableId are not updatable — delete and recreate the view to change those.

Path Parameters

FieldTypeRequiredDescription
viewIdGuidRequiredThe ID of the view to update. Replace `{{viewId}}` in the URL.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name.
indexintRequiredUpdated sort position.
isDefaultboolRequiredWhether this should become the default view for the table.
configurationstringRequiredUpdated serialized configuration as a JSON string.

Response

Returns 200 OK with an empty body on success.