Sets dashboard to user default
curl --request POST \
--url https://api.rootly.com/v1/dashboards/{id}/set_default \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "556f86c0-a538-4a84-85f7-491f468a043b",
"type": "dashboards",
"attributes": {
"team_id": 183,
"user_id": 130,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "team",
"range": "Last 30 Days",
"period": "day",
"color": "#FAE6E8",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-12-24T09:24:21.230-08:00",
"created_at": "2025-12-24T09:24:21.230-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": "556f86c0-a538-4a84-85f7-491f468a043b",
"type": "dashboards",
"attributes": {
"team_id": 183,
"user_id": 130,
"name": "Dashboard 10",
"description": null,
"slug": "dashboard-10",
"public": false,
"owner": "team",
"range": "Last 30 Days",
"period": "day",
"color": "#FAE6E8",
"icon": "📊",
"auto_refresh": false,
"updated_at": "2025-12-24T09:24:21.230-08:00",
"created_at": "2025-12-24T09:24:21.230-08:00"
},
"relationships": {
"panels": {
"data": []
}
}
}
}