From 2fdb5bef64323fdeb793cb49abb302658b37dffc Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 10 Feb 2020 11:25:16 +0100 Subject: [PATCH] dnsdist: Fix a typo 'apikey' -> 'apiKey' in setWebserverConfig() doc --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2