# Share a post in the feed Indicates that the post has been shared by a scoped user. The post must be visible to the user or a 400 bas request will be returned. ``. Endpoint: PUT /v2/feed/posts/{content_id}/share 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. ## Request fields (application/json): - `platform` (string, required) The platform the post was shared to. Supported platforms are ``. Example: "facebook" - `content_channel_id` (integer, required) The ID of the content channel where the post is viewed. Example: 42 - `share_url` (string, required) The URL that has been shared.It can be retrieved using GET `` Example: "https://bit.ly/abcdefg"