Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required

Body

application/json
title
string

The display name of the Dashboard

editLevel
enum<string>

Dashboards that are "published" are editable by organization members with appropriate permissions

Available options:
published,
private
shareLevel
enum<string>

General Dashboards only. Dashboards that are "published" are viewable by organization members with appropriate permissions

Available options:
published,
private
enableAutoUpdates
boolean

If enabled for a General Dashboard, also requires an updateSchedule

updateSchedule
object

General Dashboards only. Experiment Dashboards update based on the parent experiment instead

projects
string[]

General Dashboards only, Experiment Dashboards use the experiment's projects

blocks
object[]

Response

200 - application/json

Resource updated

dashboard
object
required