docs: Fix documentation for kv store create endpoint (#6940)

pull/6891/head
ychuzevi 2019-12-13 18:12:01 +01:00 committed by Blake Covarrubias
parent 1661041046
commit bae8a8a6cc
1 changed files with 3 additions and 2 deletions

View File

@ -151,7 +151,8 @@ response)
## Create/Update Key ## Create/Update Key
This endpoint This endpoint updates the value of the specified key. If no key exists at the given
path, the key will be created.
| Method | Path | Produces | | Method | Path | Produces |
| ------ | ---------------------------- | -------------------------- | | ------ | ---------------------------- | -------------------------- |
@ -172,7 +173,7 @@ The table below shows this endpoint's support for
### Parameters ### Parameters
- `key` `(string: "")` - Specifies the path of the key to read. - `key` `(string: "")` - Specifies the path of the key.
- `dc` `(string: "")` - Specifies the datacenter to query. This will default to - `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 the datacenter of the agent being queried. This is specified as part of the