Skip to main content
PATCH
Update a saved analytics view
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Update a saved analytics view Partial update — at least one of name, config, isDefault is required. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Saved view ID

Body

application/json
name
string
Required string length: 1 - 120
config
object

Arbitrary JSON blob, capped at 100KB serialized

isDefault
boolean

Response

Saved view updated

status
string
Example:

"success"

SavedView
object