---
title: "Like Dashboard"
method: POST
path: "/dashboards/{name}/likes"
tags: ["Dashboards"]
---

# Like Dashboard

`POST /dashboards/{name}/likes`

The Like Dashboard endpoint adds the current user to the list of users who like the Dashboard.

## Path parameters

- `name` string, required

## Response `200`

The updated list of Users who like the Dashboard.

## Other responses

- `401` — Authentication required: session key not provided.
- `404` — Dashboard not found.
- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
