From b94340016c8e6ad7be540f86afe9841bde62784b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6lle?= Date: Mon, 19 May 2025 16:09:57 +0200 Subject: [PATCH] docs(ionos): Add api-key structure clarification Added a sentence to clarify that the api-key consists of two parts that need to be combined to form the api-key required by ddns-updater --- docs/ionos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ionos.md b/docs/ionos.md index 0af79dc5d..fdc75d4f9 100644 --- a/docs/ionos.md +++ b/docs/ionos.md @@ -21,7 +21,7 @@ ### Compulsory parameters - `"domain"` is the domain to update. It can be `example.com` (root domain), `sub.example.com` (subdomain of `example.com`) or `*.example.com` for the wildcard. -- `"api_key"` is your API key, obtained from [creating an API key](https://www.ionos.com/help/domains/configuring-your-ip-address/set-up-dynamic-dns-with-company-name/#c181598) +- `"api_key"` is your API key, consisting of two parts — a prefix and the key itself — and can be obtained by [creating an API key](https://www.ionos.com/help/domains/configuring-your-ip-address/set-up-dynamic-dns-with-company-name/#c181598). It must follow the format `.`. ### Optional parameters