---
title: "Create a Comment Vote"
method: POST
path: "/api/topics/:topicId/comments/:commentId/votes"
tags: ["comments"]
---

# Create a Comment Vote

`POST /api/topics/:topicId/comments/:commentId/votes`

Create a Comment Vote

## Path parameters

- `topicId` string, required
- `commentId` string, required

## Request body

- object
  - `value` integer

## Response `200`

New Comment vote added successfully

- object
  - `status` object
    - `code` integer
  - `data` object
    - `up` object
      - `count` integer
    - `down` object
      - `count` integer

---

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