Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/update/ref/{id}/{type}/{database}/{documentid}/{title}/{description}
Info

Update a reference to a JSON document from one of the Infinit.e databases - when it is requested via the get or search API calls, the current value of that referenced document is returned. Currently the following are supported: the document metadata collection, the aggregated entity or association objects, or the first record in a custom collection (ie the custom collection is treated differently from the others, see below).

A simple web-based utility is available for performing many share management activities.

For references to custom collections, only the first object in the collection is displayed.

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/social/share/update/ref/4e1e4412233064033437d882/doc_metadata.metadata/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
	}
}