clarify use of DELETE in API

The old description was confusing since there isn't a JSON body in the DELETE request.
This commit is contained in:
Joel Clermont 2020-02-13 16:53:34 -06:00 committed by GitHub
parent f74f5ade03
commit da780571a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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