You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/01/26 08:01:17 UTC

[incubator-servicecomb-service-center] branch master updated: SCB-309 Update the API doc (#260)

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c4bdf9  SCB-309 Update the API doc (#260)
7c4bdf9 is described below

commit 7c4bdf9f8744883dc1377e6629ba1edb8b126874
Author: little-cui <su...@qq.com>
AuthorDate: Fri Jan 26 16:01:15 2018 +0800

    SCB-309 Update the API doc (#260)
    
    (cherry picked from commit 2168663)
---
 server/core/swagger/v3.yaml | 2 +-
 server/core/swagger/v4.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/core/swagger/v3.yaml b/server/core/swagger/v3.yaml
index 5307e40..8e1bdad 100644
--- a/server/core/swagger/v3.yaml
+++ b/server/core/swagger/v3.yaml
@@ -1252,7 +1252,7 @@ paths:
   /registry/v3/instances:
     get:
       description: |
-        实例注册后可以根据微服务版本规则或字段条件 发现该微服务的实例。
+        实例注册后可以根据微服务版本规则或字段条件 发现该微服务的实例。同时会将此微服务版本规则记录到依赖关系中,当发现相同微服务的不同版本规则时,会覆盖已有的依赖关系。
       operationId: find
       parameters:
         - name: x-domain-name
diff --git a/server/core/swagger/v4.yaml b/server/core/swagger/v4.yaml
index c711c9a..3fa4180 100644
--- a/server/core/swagger/v4.yaml
+++ b/server/core/swagger/v4.yaml
@@ -1334,7 +1334,7 @@ paths:
   /v4/{project}/registry/instances:
     get:
       description: |
-        实例注册后可以根据微服务版本规则或字段条件 发现该微服务的实例。
+        实例注册后可以根据微服务版本规则或字段条件 发现该微服务的实例。同时会将此微服务版本规则记录到依赖关系中,当发现相同微服务的不同版本规则时,会覆盖已有的依赖关系。
       operationId: find
       parameters:
         - name: x-domain-name

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.