---
title: "Report Topic Comment"
method: POST
path: "/api/users/:userId/topics/:topicId/comments/:commentId/reports"
tags: ["comments"]
---

# Report Topic Comment

`POST /api/users/:userId/topics/:topicId/comments/:commentId/reports`

Report Topic Comment

## Path parameters

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

## Request body

- object
  - `text` string
  - `type` 'abuse' | 'obscene' | 'spam' | 'hate' | 'netiquette' | 'duplicate'

## Response `200`

New Comment added successfully

- object
  - `status` object
    - `code` integer
  - `data` Report
    - `id` string, uuid
    - `createdAt` string
    - `creator` object
      - `id` string
    - `text` string
    - `type` 'abuse' | 'obscene' | 'spam' | 'hate' | 'netiquette' | 'duplicate'

## Changes

- **2018-08-20** `3ff54b27e8aa` — 1 info
  - endpoint added
- **2018-08-20** `ba36cd387928` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/users/:userId/topics/:topicId/comments/:commentId/reports/post.md)

---

[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)
