mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
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:
parent
f74f5ade03
commit
da780571a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue