POST
/
v1
/
dashboards
/
{id}
/
set_default
curl --request POST \
  --url https://api.rootly.com/v1/dashboards/{id}/set_default \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b2b527f3-4dde-4d7d-a7a4-fae35e7222c7",
    "type": "dashboards",
    "attributes": {
      "team_id": 98,
      "user_id": 96,
      "name": "Dashboard 10",
      "description": null,
      "slug": "dashboard-10",
      "public": false,
      "owner": "team",
      "range": "Last 30 Days",
      "period": "day",
      "color": "#FCF2CF",
      "icon": "📊",
      "auto_refresh": false,
      "updated_at": "2025-03-19T07:49:09.530-07:00",
      "created_at": "2025-03-19T07:49:09.530-07:00"
    },
    "relationships": {
      "panels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
dashboard created
data
object
required