Browse Source

Fixed typo in code example in update-api.rst

vestingz 2 years ago
parent
commit
b7e7752ef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/dyndns/update-api.rst

+ 1 - 1
docs/dyndns/update-api.rst

@@ -181,5 +181,5 @@ Basic authentication with simultaneous update of IPv4 and IPv6::
   curl --user <your domain>:<your token secret> \
     "https://update.dedyn.io/?myipv4=1.2.3.4&myipv6=fd08::1234"
 
-  curl "https://update6.dedyn.io/?hostname=<your domain>?myipv4=1.2.3.4&myipv6=fd08::1234" \
+  curl "https://update6.dedyn.io/?hostname=<your domain>&myipv4=1.2.3.4&myipv6=fd08::1234" \
     --header "Authorization: Token <your token secret>"