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

This commit is contained in:
ychuzevi 2019-12-13 18:12:01 +01:00 committed by Blake Covarrubias
parent c8aeb07499
commit f82e704fa3
1 changed files with 3 additions and 2 deletions

View File

@ -151,7 +151,8 @@ response)
## 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 |
| ------ | ---------------------------- | -------------------------- |
@ -172,7 +173,7 @@ The table below shows this endpoint's support for
### 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
the datacenter of the agent being queried. This is specified as part of the