[ ['name' => 'settings#getConfig', 'url' => '/api/config', 'verb' => 'GET'], ['name' => 'settings#setConfig', 'url' => '/api/config', 'verb' => 'PUT'], ['name' => 'settings#getCalendars', 'url' => '/api/calendars', 'verb' => 'GET'], ['name' => 'settings#getMailAccounts', 'url' => '/api/mail-accounts', 'verb' => 'GET'], ['name' => 'settings#getLog', 'url' => '/api/log', 'verb' => 'GET'], ['name' => 'settings#triggerSync', 'url' => '/api/trigger-sync', 'verb' => 'POST'], ], ];