zhulijian1 commented on a change in pull request #127: able to get key by id
URL: https://github.com/apache/servicecomb-kie/pull/127#discussion_r398339124
 
 

 ##########
 File path: server/resource/v1/kv_resource.go
 ##########
 @@ -122,11 +122,25 @@ func (r *KVResource) List(rctx *restful.Context) {
        var err error
        project := rctx.ReadPathParameter(PathParameterProject)
        domain := ReadDomain(rctx)
+       kvID := rctx.ReadQueryParameter(common.QueryParamKeyID)
 
 Review comment:
   URLPatterns和API文档添上这个parameters

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to