Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/social/share/update/document/{id}/{type}/{documentid}/{title}/{description}/
Info

Update a reference to a document (pointer to a document in a database collection).

Authentication

Required, see Auth - Login

Arguments

id (required)
ID of share to update

...

description (required)
Display description for share

Example

http://infinite.ikanow.com/api/share/update/ref/4e1e4412233064033437d882/feeds/4e1e4412233064033437d883/Test Feed Share/Just a test/

Example Response
Info
Code Block
{
	response: {
		action: "New Share"
		success: true
		message: "New share added successfully."
		time: 10
	}
}

...