From 679f601638acb49296155592dd9f79f941da2e0e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 24 Mar 2020 21:39:52 -0400 Subject: [PATCH] TSIG Keys are also used for DNSUPDATE, so update API docs Signed-off-by: Kevin P. Fleming --- docs/http-api/swagger/authoritative-api-swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index d950003b3b..e3a4373dd8 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -1033,7 +1033,7 @@ definitions: TSIGKey: title: TSIGKey - description: A TSIG key that can be used to authenticate NOTIFYs and AXFRs + description: A TSIG key that can be used to authenticate NOTIFY, AXFR, and DNSUPDATE queries. properties: name: type: string -- 2.47.2