---
title: "Like Chat Message"
method: POST
path: "/v4/chat/{section_uuid}/{chat_uuid}/likes/{message_uuid}"
tags: ["ChatLike"]
---

# Like Chat Message

`POST /v4/chat/{section_uuid}/{chat_uuid}/likes/{message_uuid}`

Likes a previously created chat message.

## Path parameters

- `section_uuid` string, uuid, required
- `chat_uuid` string, uuid, required
- `message_uuid` string, uuid, required

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `404` — Not Found

---

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