Skip to content

Commit 86d9e56

Browse files
BodenhaltungBodenhaltung
and
Bodenhaltung
authored
docs: update dnshomede API documentation (#1871)
Co-authored-by: Bodenhaltung <[email protected]>
1 parent 64afeca commit 86d9e56

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

providers/dns/dnshomede/internal/readme.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,25 @@ Always returns StatusOK (200)
1616

1717
If the API call works the first word of the response body is `successfully`.
1818

19-
Can be a POST or a GET, the HTTP method doesn't seem to have an impact.
19+
If an error encoured the response body is `error - <ERRMSG>`.
20+
21+
Can be a POST or a GET.
2022

2123
## Remove TXT record
2224

2325
```
24-
https://<subdomain>:<subdomain_password>@www.dnshome.de/dyndns.php?acme=rm&txt=<txtvalue>
26+
https://<subdomain>:<subdomain_password>@www.dnshome.de/dyndns.php?acme=rm
2527
```
2628

2729
- `<subdomain>`: the subdomain (ex: `lego.dnshome.de`).
2830
- `<subdomain_password>`: the subdomain password.
29-
- `<txtvalue>`: the value of the TXT record (12 characters minimum) (IGNORED)
3031

3132
Only one TXT record can be used for a subdomain.
3233

3334
Always returns StatusOK (200)
3435

3536
If the API call works the first word of the response body is `successfully`.
3637

37-
Can be a POST or a GET, the HTTP method doesn't seem to have an impact.
38+
If an error encoured the response body is `error - <ERRMSG>`.
39+
40+
Can be a POST or a GET.

0 commit comments

Comments
 (0)