From 86d9e5632cf4c978ea63f1ebc2197e20bbdf0180 Mon Sep 17 00:00:00 2001 From: Bodenhaltung <12759677+Bodenhaltung@users.noreply.github.com> Date: Sat, 18 Mar 2023 21:11:54 +0100 Subject: [PATCH] docs: update dnshomede API documentation (#1871) Co-authored-by: Bodenhaltung --- providers/dns/dnshomede/internal/readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/providers/dns/dnshomede/internal/readme.md b/providers/dns/dnshomede/internal/readme.md index 008b1508..014b062a 100644 --- a/providers/dns/dnshomede/internal/readme.md +++ b/providers/dns/dnshomede/internal/readme.md @@ -16,17 +16,18 @@ Always returns StatusOK (200) If the API call works the first word of the response body is `successfully`. -Can be a POST or a GET, the HTTP method doesn't seem to have an impact. +If an error encoured the response body is `error - `. + +Can be a POST or a GET. ## Remove TXT record ``` -https://:@www.dnshome.de/dyndns.php?acme=rm&txt= +https://:@www.dnshome.de/dyndns.php?acme=rm ``` - ``: the subdomain (ex: `lego.dnshome.de`). - ``: the subdomain password. -- ``: the value of the TXT record (12 characters minimum) (IGNORED) Only one TXT record can be used for a subdomain. @@ -34,4 +35,6 @@ Always returns StatusOK (200) If the API call works the first word of the response body is `successfully`. -Can be a POST or a GET, the HTTP method doesn't seem to have an impact. +If an error encoured the response body is `error - `. + +Can be a POST or a GET.