---
title: "Create Report Like"
method: POST
path: "/report-feedback/like/{message_id}"
tags: ["report_feedback"]
---

# Create Report Like

`POST /report-feedback/like/{message_id}`

## Path parameters

- `message_id` string, required

## Response `200`

Successful Response

- ReportLike
  - `message_id` string, uuid, required — ID of the message being liked
  - `id` string, uuid
  - `user_id` string, uuid, required — ID of the user liking the message
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
