From: Christian Hofstaedtler Date: Wed, 17 Aug 2016 14:00:36 +0000 (+0200) Subject: Fix broken HTTP API example for AAAA X-Git-Tag: rec-4.0.2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4326%2Fhead;p=thirdparty%2Fpdns.git Fix broken HTTP API example for AAAA --- diff --git a/docs/markdown/httpapi/README.md b/docs/markdown/httpapi/README.md index 5779be9039..921fbb3c6c 100644 --- a/docs/markdown/httpapi/README.md +++ b/docs/markdown/httpapi/README.md @@ -46,7 +46,7 @@ After restarting `pdns_server`, the following examples should start working: "type": "AAAA", "ttl": 86400, "changetype": "REPLACE", - "records": [ {"content": "2001:db8::6/32", "disabled": false} ] + "records": [ {"content": "2001:db8::6", "disabled": false} ] } ] }' -H 'X-API-Key: changeme' http://127.0.0.1:8081/api/v1/servers/localhost/zones/example.org. | jq .