# Report a post in the feed Creates a Report for a specific feed post for a scoped user. The post must be visible to the user or a 404 Not Found response will be returned; for example, this would happen if the content is published to a targeted topic that does not target the user. Endpoint: PUT /v2/feed/posts/{content_id}/report Version: 2025-10-15 Security: oauth2_as_a_user ## Path parameters: - `content_id` (integer, required) ID of the post. The post must be visible to the user. ## Response 204 fields