From 2df34b14a90abeceb568a752a0ed37c645067ef9 Mon Sep 17 00:00:00 2001 From: ymlair Date: Thu, 14 Oct 2021 09:29:01 +0800 Subject: [PATCH] change status to enabled (#148) --- examples/kie/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kie/README.md b/examples/kie/README.md index edb61b65..3c851c71 100644 --- a/examples/kie/README.md +++ b/examples/kie/README.md @@ -8,7 +8,7 @@ if you want to run kie.go, you should do that: 3. run command to create a configuration to kie (if your ServiceComb-Kie server url is `http://127.0.0.1:30110`): ```shell - curl -X POST -H 'Content-Type:application/json' http://127.0.0.1:30110/v1/default/kie/kv -d '{"key": "user","labels":{"appId":"foo","serviceName":"bar","version":"1.0.0","environment":"prod"},"value":"admin","value_type":"text"}' + curl -X POST -H 'Content-Type:application/json' http://127.0.0.1:30110/v1/default/kie/kv -d '{"key": "user","labels":{"appId":"foo","serviceName":"bar","version":"1.0.0","environment":"prod"},"value":"admin","value_type":"text","status":"enabled"}' ``` and you will receive a response like: ```json