ALTER SUNDECK ACCOUNT
Allows you to alter the parameters of the current Sundeck account.
- See also:
- SHOW SUNDECK PARAMETERS
ALTER SUNDECK ACCOUNT { SET <key> = <value> | UNSET <key> };
Currently PRIVATE_RESULTS_HELPER_URL
is the only supported key.
Set url for private-results-helper:
ALTER SUNDECK ACCOUNT SET PRIVATE_RESULTS_HELPER_URL = 'https://my-private-results-helper.com';
Unset url for private-results-helper:
ALTER SUNDECK ACCOUNT UNSET PRIVATE_RESULTS_HELPER_URL;
Only user with the ADMIN privilege is allowed to run ALTER SUNDECK ACCOUNT statements. Running ALTER SUNDECK ACCOUNT statement without ADMIN privilege will result in an error.