Browse Source

Update required permissions for Loopia API

Get required API permission by running:

    $ grep methodName dnsapi/dns_loopia.sh
pull/2138/head
Miodrag Tokić 7 years ago
parent
commit
7a5d3104bd
  1. 6
      dnsapi/README.md

6
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. User must provide login credentials to the Loopia API.
The user needs the following permissions: The user needs the following permissions:
- addSubdomain
- updateZoneRecord
- getDomains - getDomains
- getSubdomains
- addSubdomain
- removeSubdomain - removeSubdomain
- getZoneRecords
- addZoneRecord
Set the login credentials: Set the login credentials:
``` ```

Loading…
Cancel
Save