Dashboard
Dashboard attributes. Dashboards group widget placements and are visible to users assigned to one of the associated roles. role_ids is supplied inside attributes (not in a separate relationships object) and replaces the dashboard's existing role associations. Widget placements are managed separately through the PUT /api/dashboards/{id}/widgets endpoint.
Unique dashboard code
30Display name
50Optional dashboard description
255Whether the dashboard is visible to users. Defaults to true on create.
When true, this dashboard becomes the default for users. Setting true clears is_default on every other dashboard in the same transaction. Defaults to false on create.
Role IDs that can access this dashboard. On update, the supplied list replaces all existing role associations.

