Skip to main content
PATCH
Replace a saved view's definition (upsert by name)

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

objectName
string
required
viewName
string
required

Name of the view to replace (path).

Body

application/json
view
object

Full replacement definition; the path viewName is used as the name.

setActive
boolean

Response

Successful response

ok
boolean
required
objectName
string
required
viewName
string
required
replaced
boolean
required
activeView
string | null
required