---
title: "Add a comment vote"
method: POST
path: "/comment-votes/{comment}"
tags: ["Comment Votes"]
---

# Add a comment vote

`POST /comment-votes/{comment}`

Adds a comment vote.

## Path parameters

- `comment` string, required

## Headers

- `organization` string, required

## Request body

- AddCommentVoteRestInput
  - `direction` 'UPVOTE' | 'NOVOTE' | 'DOWNVOTE', required — Indicates if the vote is up, down, or neutral

## Response `201`

Added a comment vote.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
