# Report a Comment or Reply for a given post in the feed

Creates a Report for a specific comment (or reply) to a post for a scoped user. The comment must be visible to the user or a 404 Not Found response will be returned; for example, this would happen if the comment is published to a post in a targeted topic that does not target the user.

Endpoint: PUT /v2/feed/posts/{content_id}/comments/{comment_id}/report
Version: 2026-04-10
Security: oauth2_as_a_user

## Path parameters:

  - `content_id` (integer, required)
    ID of the post. The post must be visible to the user.

  - `comment_id` (any, required)
    ID or UUID of the comment to report


## Response 204 fields
