From 7a5d3104bd1c6331032333a5abca53c3416c2fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Toki=C4=87?= Date: Tue, 5 Mar 2019 17:21:35 +0100 Subject: [PATCH] Update required permissions for Loopia API Get required API permission by running: $ grep methodName dnsapi/dns_loopia.sh --- dnsapi/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dnsapi/README.md b/dnsapi/README.md index 9f176c0d..e538fc48 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -872,10 +872,12 @@ The `Zilore_Key` will be saved in `~/.acme.sh/account.conf` and will be reused w User must provide login credentials to the Loopia API. The user needs the following permissions: -- addSubdomain -- updateZoneRecord - getDomains +- getSubdomains +- addSubdomain - removeSubdomain +- getZoneRecords +- addZoneRecord Set the login credentials: ```