Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Examples

delete

Code Block
languagephp
$data = array(
	"token" => $token,
	"tokenHash" => $tokenHash,
	"objectType" => "animalsRelationships",
	"objectAction" => "delete",
	"values" => array(
		array(
			"relationshipID" => "30167",
		),
	),
);