From da780571a15ac4ea00115aaa29d7dafdd4551322 Mon Sep 17 00:00:00 2001 From: Joel Clermont Date: Thu, 13 Feb 2020 16:53:34 -0600 Subject: [PATCH] clarify use of DELETE in API The old description was confusing since there isn't a JSON body in the DELETE request. --- src/docs/markdown/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/api.md b/src/docs/markdown/api.md index f6b15b6..413d386 100644 --- a/src/docs/markdown/api.md +++ b/src/docs/markdown/api.md @@ -181,7 +181,7 @@ Replace the listener addresses: ## DELETE /config/[path] -Changes Caddy's configuration at the named path to the JSON body of the request. DELETE deletes the target value. +Removes Caddy's configuration at the named path. DELETE deletes the target value. ### Examples