# 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. `share_url can be retrieved using GET /v2/feed/posts/{content_id}/share/trackable_url`. 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 `facebook, twitter, linked_in and copy. copy is used for when the post was copied to the clipboard. Platforms not listed here will be accepted and treated as other`. 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 `/v2/feed/posts/{content_id}/share/trackable_url` Example: "https://bit.ly/abcdefg" ## Response 204 fields