, * push: list, * admin-notifications: list, * }, * } */ #[\Override] public function getCapabilities(): array { return [ 'notifications' => [ 'ocs-endpoints' => [ 'list', 'get', 'delete', 'delete-all', 'icons', 'rich-strings', 'action-web', 'user-status', 'exists', 'test-push', ], 'push' => [ 'devices', 'object-data', 'delete', ], 'admin-notifications' => [ 'ocs', 'cli', ], ], ]; } }