# View a post in the feed Marks a specific feed post as viewed for a scoped user. Viewing is considered as the user having interacted with the content enough to qualify as at least partial consumption. The post must be visible to the user or a 404 Not Found response will be returned. Endpoint: PUT /v2/feed/posts/{content_id}/view Version: v2 Security: oauth2_as_a_user ## Path parameters: - `content_id` (integer, required) ID of the post. The post must be visible to the user.