Skip to main content
PUT
Update an existing dashboard

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

dashboard_id
string<uuid>
required

The unique identifier for the dashboard.

Body

application/vnd.api+json

The dashboard to update. Replaces the supplied attributes wholesale.

data
object
required

Response

Get a dashboard.

JSON API response object

data
object
required

A user-owned dashboard, composed of cards laid out on a fixed-slot bento grid. The shape of each card instance is defined by the frontend card registry; the API treats the cards array as opaque JSON.

jsonapi
object
required