/social/share/add/community/{shareid}/{comment}/{communityid}
Adds a community to a share document allowing users within a community to view the share.
An overview of how shares work can be found here.
A simple web-based utility is available for performing many share management activities.
Authentication
Required, see Auth - Login
Arguments
shareid (required)
Share ID of document to add community to
communityid (required)
Community ID to add, can also be a regex (community ID - regex) provided that matches only a single community.
comment (required)
Text comment describing the share/reason for sharing with community
Example
Example Response
{ response: { action: "Share" success: true message: "Community successfully added to the share" time: 10 } }