---
title: "Toggle Thread Like"
method: POST
path: "/v1/forum/threads/{thread_id}/like"
tags: ["forum", "forum-threads"]
---

# Toggle Thread Like

`POST /v1/forum/threads/{thread_id}/like`

## Path parameters

- `thread_id` integer, required

## Response `200`

Successful Response

- ForumLikeResponse
  - `liked` boolean, required
  - `like_count` integer, required

## Other responses

- `422` — Validation Error

---

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