diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html
index cf6f10b..ab34da5 100644
--- a/docs/apidocs/allclasses-index.html
+++ b/docs/apidocs/allclasses-index.html
@@ -1,7 +1,7 @@
-
+
All Classes and Interfaces (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html
index e591881..da901e2 100644
--- a/docs/apidocs/allpackages-index.html
+++ b/docs/apidocs/allpackages-index.html
@@ -1,7 +1,7 @@
-
+
All Packages (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html
index c7262ff..33f67df 100644
--- a/docs/apidocs/codes/thischwa/cf/CfDnsClient.html
+++ b/docs/apidocs/codes/thischwa/cf/CfDnsClient.html
@@ -1,7 +1,7 @@
-
+
CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API)
@@ -99,7 +99,7 @@ loadScripts(document, 'script');
System.out.println("Record Type: " + record.getType() + ", Value: " + record.getContent())
);
// Create a record for the subdomain "api"
- RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.1.8");
+ RecordEntity created = client.recordCreateSld(zone, "api", 60, RecordType.A, "192.168.1108");
System.out.println("Created Record ID: " + created.getId());
diff --git a/docs/apidocs/codes/thischwa/cf/CfRequest.html b/docs/apidocs/codes/thischwa/cf/CfRequest.html
index 986face..5ab0095 100644
--- a/docs/apidocs/codes/thischwa/cf/CfRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/CfRequest.html
@@ -1,7 +1,7 @@
-
+
CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html
index 159eb3b..6b94855 100644
--- a/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html
+++ b/docs/apidocs/codes/thischwa/cf/CloudflareApiException.html
@@ -1,7 +1,7 @@
-
+
CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html
index ef8caa7..7a65e99 100644
--- a/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html
+++ b/docs/apidocs/codes/thischwa/cf/CloudflareNotFoundException.html
@@ -1,7 +1,7 @@
-
+
CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html
index a75953e..7d65ad6 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CfDnsClient.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.CfDnsClient (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html
index 5010d45..32f2499 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CfRequest.html
@@ -1,7 +1,7 @@
-
+
Uses of Enum Class codes.thischwa.cf.CfRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html
index 5a7b060..3236986 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareApiException.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.CloudflareApiException (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html
index e38c616..f15ed6e 100644
--- a/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html
+++ b/docs/apidocs/codes/thischwa/cf/class-use/CloudflareNotFoundException.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.CloudflareNotFoundException (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html
index 2054600..7b0ec7f 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractEntity.html
@@ -1,7 +1,7 @@
-
+
AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html
index 3bd411b..3de2a29 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html
index ed80700..7895105 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractResponse.html
@@ -1,7 +1,7 @@
-
+
AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html
index edd182f..46f02b1 100644
--- a/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/AbstractSingleResponse.html
@@ -1,7 +1,7 @@
-
+
AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html
index 0016d21..2224cab 100644
--- a/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/model/PagingRequest.html
@@ -1,7 +1,7 @@
-
+
PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html
index 1c1690f..b0c3471 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordEntity.html
@@ -1,7 +1,7 @@
-
+
RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html
index 6cc8fdd..95305a5 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
index 82a8f14..a995896 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordSingleResponse.html
@@ -1,7 +1,7 @@
-
+
RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/RecordType.html
index d418311..f14b72b 100644
--- a/docs/apidocs/codes/thischwa/cf/model/RecordType.html
+++ b/docs/apidocs/codes/thischwa/cf/model/RecordType.html
@@ -1,7 +1,7 @@
-
+
RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html
index d4d4280..28c3ed1 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResponseEntity.html
@@ -1,7 +1,7 @@
-
+
ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html
index 4c88d5c..192fc70 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResponseResultInfo.html
@@ -1,7 +1,7 @@
-
+
ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html
index cad71aa..b05fb75 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ResultInfo.html
@@ -1,7 +1,7 @@
-
+
ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html
index b80605e..44622b4 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ZoneEntity.html
@@ -1,7 +1,7 @@
-
+
ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html
index 8dbddec..07c01fa 100644
--- a/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/ZoneMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html
index 772c713..905511e 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractEntity.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.AbstractEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html
index 2f16768..d32929a 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.AbstractMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html
index a0ce8d5..1318439 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.AbstractResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html
index f7e2500..898b10f 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/AbstractSingleResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.AbstractSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html
index 653ae29..3e520c7 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/PagingRequest.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.PagingRequest (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html
index 9a4ca9d..a50f860 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordEntity.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.RecordEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html
index b8b2353..634898d 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.RecordMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html
index e22a689..923b5fe 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordSingleResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.RecordSingleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html
index cf2a4a7..7b1b497 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/RecordType.html
@@ -1,7 +1,7 @@
-
+
Uses of Enum Class codes.thischwa.cf.model.RecordType (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html
index e50c22e..cf03228 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseEntity.html
@@ -1,7 +1,7 @@
-
+
Uses of Interface codes.thischwa.cf.model.ResponseEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html
index b1ee915..28193a4 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResponseResultInfo.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.ResponseResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html
index d80c797..e40f882 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ResultInfo.html
@@ -1,7 +1,7 @@
-
+
Uses of Record Class codes.thischwa.cf.model.ResultInfo (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html
index 290d0a9..b7e7688 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneEntity.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.ZoneEntity (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html
index 089a946..7d5149a 100644
--- a/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html
+++ b/docs/apidocs/codes/thischwa/cf/model/class-use/ZoneMultipleResponse.html
@@ -1,7 +1,7 @@
-
+
Uses of Class codes.thischwa.cf.model.ZoneMultipleResponse (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-summary.html b/docs/apidocs/codes/thischwa/cf/model/package-summary.html
index 33ab532..4ea9fd0 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-summary.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-summary.html
@@ -1,7 +1,7 @@
-
+
codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-tree.html b/docs/apidocs/codes/thischwa/cf/model/package-tree.html
index acb4a23..c5be627 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-tree.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-tree.html
@@ -1,7 +1,7 @@
-
+
codes.thischwa.cf.model Class Hierarchy (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/model/package-use.html b/docs/apidocs/codes/thischwa/cf/model/package-use.html
index d301c60..dcaa2ac 100644
--- a/docs/apidocs/codes/thischwa/cf/model/package-use.html
+++ b/docs/apidocs/codes/thischwa/cf/model/package-use.html
@@ -1,7 +1,7 @@
-
+
Uses of Package codes.thischwa.cf.model (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/package-summary.html b/docs/apidocs/codes/thischwa/cf/package-summary.html
index f9b4d32..391b8a3 100644
--- a/docs/apidocs/codes/thischwa/cf/package-summary.html
+++ b/docs/apidocs/codes/thischwa/cf/package-summary.html
@@ -1,7 +1,7 @@
-
+
codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/package-tree.html b/docs/apidocs/codes/thischwa/cf/package-tree.html
index 569796f..34be42e 100644
--- a/docs/apidocs/codes/thischwa/cf/package-tree.html
+++ b/docs/apidocs/codes/thischwa/cf/package-tree.html
@@ -1,7 +1,7 @@
-
+
codes.thischwa.cf Class Hierarchy (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/codes/thischwa/cf/package-use.html b/docs/apidocs/codes/thischwa/cf/package-use.html
index f2eb567..b19663f 100644
--- a/docs/apidocs/codes/thischwa/cf/package-use.html
+++ b/docs/apidocs/codes/thischwa/cf/package-use.html
@@ -1,7 +1,7 @@
-
+
Uses of Package codes.thischwa.cf (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html
index b5c4b3e..4932533 100644
--- a/docs/apidocs/help-doc.html
+++ b/docs/apidocs/help-doc.html
@@ -1,7 +1,7 @@
-
+
API Help (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html
index 14ed892..91722d7 100644
--- a/docs/apidocs/index-all.html
+++ b/docs/apidocs/index-all.html
@@ -1,7 +1,7 @@
-
+
Index (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html
index 33cd3a6..550325d 100644
--- a/docs/apidocs/index.html
+++ b/docs/apidocs/index.html
@@ -1,7 +1,7 @@
-
+
Overview (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html
index 19981c9..2ba142a 100644
--- a/docs/apidocs/overview-summary.html
+++ b/docs/apidocs/overview-summary.html
@@ -1,7 +1,7 @@
-
+
CloudflareDNS-java 0.2.0-SNAPSHOT API
diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html
index 24acf63..8b6e279 100644
--- a/docs/apidocs/overview-tree.html
+++ b/docs/apidocs/overview-tree.html
@@ -1,7 +1,7 @@
-
+
Class Hierarchy (CloudflareDNS-java 0.2.0-SNAPSHOT API)
diff --git a/docs/apidocs/serialized-form.html b/docs/apidocs/serialized-form.html
index 7596d6c..6ec76a0 100644
--- a/docs/apidocs/serialized-form.html
+++ b/docs/apidocs/serialized-form.html
@@ -1,7 +1,7 @@
-
+
Serialized Form (CloudflareDNS-java 0.2.0-SNAPSHOT API)