]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc 8801/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 10 Feb 2020 10:25:16 +0000 (11:25 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 10 Feb 2020 10:25:16 +0000 (11:25 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index 1ea9c843fb50784a14c8188a5e3298b658958394..a0cdeb9baba262c84b1c2b72c4d8df0cc76f4ec0 100644 (file)
@@ -312,7 +312,7 @@ Webserver configuration
   Options:
 
   * ``password=newPassword``: string - Changes the API password
-  * ``apikey=newKey``: string - Changes the API Key (set to an empty string do disable it)
+  * ``apiKey=newKey``: string - Changes the API Key (set to an empty string do disable it)
   * ``custom_headers={[str]=str,...}``: map of string - Allows setting custom headers and removing the defaults.
                  
 Access Control Lists