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/02/09 03:20:13 UTC

[incubator-servicecomb-service-center] branch master updated: Update swagger.

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 cffba0d  Update swagger.
cffba0d is described below

commit cffba0d6aeef8c1da2278b137a950575a73719ec
Author: little-cui <su...@qq.com>
AuthorDate: Fri Feb 9 11:19:50 2018 +0800

    Update swagger.
---
 server/core/swagger/v3.yaml | 3 +++
 server/core/swagger/v4.yaml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/server/core/swagger/v3.yaml b/server/core/swagger/v3.yaml
index 8e1bdad..9864cca 100644
--- a/server/core/swagger/v3.yaml
+++ b/server/core/swagger/v3.yaml
@@ -1593,6 +1593,9 @@ definitions:
       serviceId:
         type: string
         description: 微服务唯一标识,创建实例时,以url里面的为准,不用这里的serviceId。
+      version:
+        type: string
+        description: 微服务版本号
       hostName:
         type: string
       endpoints:
diff --git a/server/core/swagger/v4.yaml b/server/core/swagger/v4.yaml
index 3fa4180..d8b3f87 100644
--- a/server/core/swagger/v4.yaml
+++ b/server/core/swagger/v4.yaml
@@ -1857,6 +1857,9 @@ definitions:
       serviceId:
         type: string
         description: 微服务唯一标识,创建实例时,以url里面的为准,不用这里的serviceId。
+      version:
+        type: string
+        description: 微服务版本号
       hostName:
         type: string
       endpoints:

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