We have updated our API Terms of Service. Please review the entire terms before continuing to use the API. Your use of the API means you accept and agree to the updated API Terms of Service found here: https://rescuegroups.org/api-terms-of-service/

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",
		),
	),
);
  • No labels