File tree 1 file changed +7
-4
lines changed
providers/dns/dnshomede/internal
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,25 @@ Always returns StatusOK (200)
16
16
17
17
If the API call works the first word of the response body is ` successfully ` .
18
18
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.
20
22
21
23
## Remove TXT record
22
24
23
25
```
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
25
27
```
26
28
27
29
- ` <subdomain> ` : the subdomain (ex: ` lego.dnshome.de ` ).
28
30
- ` <subdomain_password> ` : the subdomain password.
29
- - ` <txtvalue> ` : the value of the TXT record (12 characters minimum) (IGNORED)
30
31
31
32
Only one TXT record can be used for a subdomain.
32
33
33
34
Always returns StatusOK (200)
34
35
35
36
If the API call works the first word of the response body is ` successfully ` .
36
37
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.
You can’t perform that action at this time.
0 commit comments