Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/update/json/{id}/{type}/{title}/{description}?json=<object-json> (GET)
/social/share/update/json/{id}/{type}/{title}/{description} (POST)
Info

Update a document in the share collection. Note: Can be called via post or get.

...

Example Response
Info
Code Block

{
	response: {
		action: "Update Share"
		success: true
		message: "Share updated successfully."
		time: 10
	}
}