inc/integrations/Integrations.php
@@ -29,6 +29,9 @@ * These properties define how the integration connects to external services */ protected string|array $apiBase = ''; // Base URL(s) for API endpoints. Array format: ['base' => '', 'auth' => ''] /** * @var array<APIEndpoint> An array of endpoints objects, with optional create, update, delete, batch<x>, and batchImport */ protected array $apiEndpoints = []; // Valid endpoint paths for this service protected int $refresh_interval = 0; //seconds before expiry to refresh tokens. 0 to disable