little-cui commented on a change in pull request #189:
URL: https://github.com/apache/servicecomb-kie/pull/189#discussion_r665210834



##########
File path: server/resource/v1/kv_resource.go
##########
@@ -41,6 +41,10 @@ type KVResource struct {
 
 //Upload upload kvs
 func (r *KVResource) Upload(rctx *restful.Context) {
+       if rctx.ReadQueryParameter(common.QueryParamOverride) == "" {
+               WriteErrResponse(rctx, config.ErrInvalidParams, "label should 
not be empty")

Review comment:
       描述不对,可以是Query parameter 'override' is required 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to