mirror of
https://github.com/google/nomulus.git
synced 2025-06-23 12:50:51 +02:00
Implement a checkbox in the "Resources" tab to allow registrars to toggle their "premium price ack required" flag. Tested: Verfied the console functionality by hand. I've started work on an automated test, but we can't actually test those from blaze and the kokoro tests are way too time-consuming to be practical for development, so we're going to have to either find a way to run those locally outside of the normal process or make do without a test. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190212177
20 lines
2 KiB
Text
20 lines
2 KiB
Text
PATH CLASS METHODS OK AUTH_METHODS MIN USER_POLICY
|
|
/_dr/epp EppTlsAction POST n INTERNAL,API APP ADMIN
|
|
/_dr/whois WhoisServer POST n INTERNAL,API APP ADMIN
|
|
/check CheckApiAction GET n INTERNAL NONE PUBLIC
|
|
/rdap/autnum/(*) RdapAutnumAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/domain/(*) RdapDomainAction GET,HEAD n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/rdap/domains RdapDomainSearchAction GET,HEAD n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/rdap/entities RdapEntitySearchAction GET,HEAD n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/rdap/entity/(*) RdapEntityAction GET,HEAD n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/rdap/help(*) RdapHelpAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/ip/(*) RdapIpAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/nameserver/(*) RdapNameserverAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/nameservers RdapNameserverSearchAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/registrar ConsoleUiAction GET n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/registrar-payment RegistrarPaymentAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-payment-setup RegistrarPaymentSetupAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-premium-price-ack RegistrarPremiumPriceAckAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-settings RegistrarSettingsAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-xhr EppConsoleAction POST n API,LEGACY USER PUBLIC
|
|
/whois/(*) WhoisHttpServer GET n INTERNAL NONE PUBLIC
|