Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
title
string
required

The display name of the Dashboard

editLevel
enum<string>
required

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

Available options:
published,
private
shareLevel
enum<string>
required

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

Available options:
published,
private
enableAutoUpdates
boolean
required

If enabled for a General Dashboard, also requires an updateSchedule

blocks
object[]
required
updateSchedule
object

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

experimentId
string

The parent experiment for an Experiment Dashboard, or undefined for a general dashboard

projects
string[]

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

Response

200 - application/json

Resource created

dashboard
object
required