Update README formatting and enhance Javadoc examples

Standardized README parameter formatting for consistency. Enhanced Javadoc in `CfDnsClient` with new example for creating subdomain records.
This commit is contained in:
2025-06-08 11:35:03 +02:00
parent 4763abc84b
commit ef77ce2781
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ System.out.println("Record IP: " + record.getContent());
Create a new DNS record in a specific zone.
- **Parameters**:
- `ZoneEntity zone` - DNS zone object.
- `ZoneEntity zone` - DNS zone object.
- `String sld` - The sub-tld of the new record.
- `int ttl` - The time-to-live in seconds of the new rcord.