Social - Share - Endorse

/social/share/endorse/{shareid}/{communityid}/{isendorsed}

Adds or removes an endorsed tag for the specified community and the specified share.

Authentication

Required, see Auth - Login - must be an administrator or moderator for the community in question.

Arguments

shareid (required)
Share ID of document to endorse

communityid (required)
Community ID for which to endorse, can also be a regex (community ID - regex) provided that matches only a single community.

isendorsed (required)

"true" or "false"

Example

http://infinite.ikanow.com/api/social/share/endorse/4e175bfeb8ed6403f48ea7e2/4e176ee94a10e0279560d977/true

http://infinite.ikanow.com/api/social/share/endorse/4e175bfeb8ed6403f48ea7e2/*sentiment/true

Example Response
{
	response: {
		action: "Share"
		success: true
		message: "Share endorsed successfully"
		time: 10
	}
}