This page redirects to an external site: https://developer.wordpress.org/reference/functions/update_site_option/
This function is essentially the same as update_option() but works network wide when using WP Multisite.
<?php update_site_option( $option, $value ); ?>
wp-includes/functions.php to wp-includes/option.php.update_site_option() is located in wp-includes/option.php.