v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Views

Update a View

Update a view. Updates create a new version.

The previous version remains addressable and immutable. The new configuration is fully replacing — pass the complete view body, not a patch. The version number is auto-incremented.

put/v3/views/{view_id}

Path parameters

view_idstring required

Unique identifier of the view to update.

Request body

namestring required

Name of the view

descriptionstring

Description of the view

Response

The request has succeeded.

viewIDstring required

Unique identifier of the view

namestring required

Name of the view

descriptionstring nullable

Description of the view

currentVersionNuminteger required

Current version number of the view