Sets dashboard to user default
curl --request POST \
--url https://api.rootly.com/v1/dashboards/{id}/set_default \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cc3606c4-7367-49c3-bcc0-9d8a849e1d85",
"type": "dashboards",
"attributes": {
"team_id": 186,
"user_id": 166,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "team",
"range": "Last 30 Days",
"period": "day",
"color": "#FAEEE6",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2026-02-10T22:20:37.796-08:00",
"created_at": "2026-02-10T22:20:37.796-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/dashboards/{id}/set_default \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cc3606c4-7367-49c3-bcc0-9d8a849e1d85",
"type": "dashboards",
"attributes": {
"team_id": 186,
"user_id": 166,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "team",
"range": "Last 30 Days",
"period": "day",
"color": "#FAEEE6",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2026-02-10T22:20:37.796-08:00",
"created_at": "2026-02-10T22:20:37.796-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}