docs: Fix delete config entry description (#6593)
Fix the documentation to correctly state the HTTP DELETE method will remove the specified config entry.
This commit is contained in:
parent
8c11e3a4fc
commit
340c968444
|
@ -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…
Reference in New Issue