Browse Source

docs: Fix delete config entry description (#6593)

Fix the documentation to correctly state the HTTP DELETE method will
remove the specified config entry.
pull/6749/head
Mr.gao 5 years ago committed by Blake Covarrubias
parent
commit
653096973d
  1. 2
      website/source/api/config.html.md

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

Loading…
Cancel
Save