From: Remi Gacogne Date: Mon, 10 Feb 2020 10:25:16 +0000 (+0100) Subject: dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc X-Git-Tag: auth-4.3.0-beta2~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8801%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 1ea9c843fb..a0cdeb9bab 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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