Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/addcommunity/{shareid}/{communityid}/{comment}/
Info

Adds a community to a share document allowing users within a community to view the share.

Authentication

Required, see Auth - Login

Arguments

shareid (required)
Share ID of document to add community to

...

comment (required)
Text comment describing the share/reason for sharing with community

Example

http://infinite.ikanow.com/api/share/addcommunity/4e175bfeb8ed6403f48ea7e2/4e176ee94a10e0279560d977/Thought that the group would find this interesting/

Example Response
Info
Code Block
{
	response: {
		action: "Share"
		success: false
		message: "Community successfully added to the share"
		time: 10
	}
}