Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/add/json/{type}/{title}/{description} (POST)
Info

Add a shared object (JSON document) to the share collection. Note: Can be called via post or get.

...

Example Response
Info
Code Block

{
	response: {
		action: "New Share"
		success: true
		message: "New share added successfully."
		time: 10
	}
}