From 84a22b86406366d05833e8bd64e8f8d44309479a Mon Sep 17 00:00:00 2001 From: Peter Truman Date: Wed, 2 Jun 2021 16:11:58 +0100 Subject: [PATCH] Update APIAuth I have had a support ticket open with Mythic Beasts, as TLD cert requests were failing. I have been advised that https://www.mythic-beasts.com/support/api/auth should change to https://auth.mythic-beasts.com/login I have made that change and my requests now work, so am updating this page for others :) --- providers/dns/mythicbeasts/mythicbeasts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/dns/mythicbeasts/mythicbeasts.toml b/providers/dns/mythicbeasts/mythicbeasts.toml index 765abda36a..62f8818a28 100644 --- a/providers/dns/mythicbeasts/mythicbeasts.toml +++ b/providers/dns/mythicbeasts/mythicbeasts.toml @@ -30,4 +30,4 @@ Your API key name is not needed to operate lego. [Links] API = "https://www.mythic-beasts.com/support/api/dnsv2" - APIAuth = "https://www.mythic-beasts.com/support/api/auth" + APIAuth = "https://auth.mythic-beasts.com/login"