---
title: "favoriteDashboard"
method: PUT
path: "/v1/dashboard/dashboards/{id}/favorite"
tags: ["Dashboards"]
---

# favoriteDashboard

`PUT /v1/dashboard/dashboards/{id}/favorite`

Marks the dashboard as favorited by the current user. Idempotent — favoriting an
already-favorited dashboard is not an error. Requires only view-level access to the
dashboard (unlike the edit-level check on `PATCH .../dashboards/{id}`).

## Response `204`

The dashboard is now favorited by the current user

---

[API](https://skmtc.net/epilot/apis/dashboard-api.md) · [All operations](https://skmtc.net/epilot/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/dashboard-api/versions/59651f8bc5ff/schema)
