v8

latestSwagger 2.02026-07-13120150263.9 KB

Create a dashboard

put/dashboards/{dashboardId}

Path parameters

dashboardIdstring required

Unique ID for the dashboard.

Query parameters

api-versionstring required

The version of the API being called.

Request body

idstring

Unique ID of the dashboard.

displayNamestring required

Display name of the dashboard.

personalboolean

Whether the dashboard is personal and can only be viewed by the current user.

favoriteboolean

Whether the dashboard is favorited or not

etagstring

Etag to prevent conflict when updating the dashboard.

organizationsstring[]

The organization the dashboard belongs to. If not present, the dashboard is root-level or personal. only one organization is supported today, multiple organizations will be supported soon.

Response

Success

idstring

Unique ID of the dashboard.

displayNamestring required

Display name of the dashboard.

personalboolean

Whether the dashboard is personal and can only be viewed by the current user.

favoriteboolean

Whether the dashboard is favorited or not

etagstring

Etag to prevent conflict when updating the dashboard.

organizationsstring[]

The organization the dashboard belongs to. If not present, the dashboard is root-level or personal. only one organization is supported today, multiple organizations will be supported soon.