Examples

The getSettings and updateSettings actions are explained in the common actions article and are not duplicated here.

Action updateSettings

Change the adoptions related setting showAppPending to Yes.

$data = array(
	"token" => $token,
	"tokenHash" => $tokenHash,
	"objectType" => "animalsAdoptions",
	"objectAction" => "updateSettings",
	"values" => array(
		array(
			"showAppPending" => "Yes",
		),
	),
);