You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for the "Delete Key" operation in KV does not document the dc parameter.
Yet, when I try to do a request with the dc parameter, it seems to take it in account, so it seems to be a documentation typo.
Reproduction Steps
Run curl -X DELETE localhost:8500/v1/kv/foo?dc=some-factice-datacenter
The output is: No path to datacenter which is expected, but not documented.
The text was updated successfully, but these errors were encountered:
Overview of the Issue
Documentation for the "Delete Key" operation in KV does not document the
dc
parameter.Yet, when I try to do a request with the
dc
parameter, it seems to take it in account, so it seems to be a documentation typo.Reproduction Steps
curl -X DELETE localhost:8500/v1/kv/foo?dc=some-factice-datacenter
The output is:
No path to datacenter
which is expected, but not documented.The text was updated successfully, but these errors were encountered: