update docu because of obsolete api-token

This commit is contained in:
2025-04-14 10:14:57 +02:00
parent 16a586c080
commit 65b5ebcdfb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ The following text focuses on the basic methods. For further information take a
```java
CfDnsClient cfDnsClient = new CfDnsClient(
"email@example.com", "yourApiKey", "yourApiToken"
"email@example.com", "yourApiKey"
);
```