From 28de64c7f0f7d2427ccab69dc76899aeefec2631 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Sep 2016 16:10:22 -0700 Subject: [PATCH] Remove base64 comment entirely --- website/source/docs/commands/kv/put.html.markdown.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/commands/kv/put.html.markdown.erb b/website/source/docs/commands/kv/put.html.markdown.erb index cf2114b546..b8d070818c 100644 --- a/website/source/docs/commands/kv/put.html.markdown.erb +++ b/website/source/docs/commands/kv/put.html.markdown.erb @@ -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