From 340c96844450cb6dca87a2dc3fb78985f7a6be57 Mon Sep 17 00:00:00 2001 From: "Mr.gao" <373251686@qq.com> Date: Thu, 7 Nov 2019 03:30:44 +0800 Subject: [PATCH] docs: Fix delete config entry description (#6593) Fix the documentation to correctly state the HTTP DELETE method will remove the specified config entry. --- website/source/api/config.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/config.html.md b/website/source/api/config.html.md index f43e64eb2..de6285ec3 100644 --- a/website/source/api/config.html.md +++ b/website/source/api/config.html.md @@ -194,7 +194,7 @@ $ curl \ ## Delete Configuration -This endpoint creates or updates the given config entry. +This endpoint deletes the given config entry. | Method | Path | Produces | | -------- | ---------------------------- | -------------------------- |