Remove base64 comment entirely
This commit is contained in:
parent
8ac6877f20
commit
e3430e6806
|
@ -9,9 +9,6 @@ sidebar_current: "docs-commands-kv-put"
|
|||
Command: `consul kv put`
|
||||
|
||||
The `kv put` command writes the data to the given path in the key-value store.
|
||||
The data can be of any type, but it will be transported as a base64-encoded
|
||||
string for safe transport during reads. The client will transparently handle the
|
||||
encoding and decoding of these values.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue