Skip to content

Commit

Permalink
Fixes #7385 - Document KV Delete DC
Browse files Browse the repository at this point in the history
  • Loading branch information
jsosulska committed Jun 16, 2020
1 parent 6a3834e commit 003bbfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/pages/api-docs/kv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ The table below shows this endpoint's support for

### Parameters

- `dc` `(string: "")` - Specifies the datacenter to query. This will default to
the datacenter of the agent being queried. This is specified as part of the
URL as a query parameter, and gives "No path to datacenter" error when dc is
invalid.

- `recurse` `(bool: false)` - Specifies to delete all keys which have the
specified prefix. Without this, only a key with an exact match will be
deleted.
Expand Down

0 comments on commit 003bbfd

Please sign in to comment.