Joshua Avalon 8 anni fa
parent
commit
6997e60c28
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -35,7 +35,7 @@ E*.
 2. Go to your [account setting page](https://www.cloudflare.com/a/account/my-account) and get **API Key**.
 3. Get record id using Cloudflare API.
 ```
-curl -X GET "https://api.cloudflare.com/client/v4/zones/[Zone ID]" \
+curl -X GET "https://api.cloudflare.com/client/v4/zones/[Zone ID]/dns_records" \
      -H "X-Auth-Email: [Email]" \
      -H "X-Auth-Key: [API Key]" \
      -H "Content-Type: application/json"