浏览代码

Merge pull request #35721 from dnephin/fix-swagger-spec-errors

Fix codegen problems in swagger spec
Sebastiaan van Stijn 7 年之前
父节点
当前提交
7f4cf43637
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/swagger.yaml

+ 1 - 0
api/swagger.yaml

@@ -254,6 +254,7 @@ definitions:
         properties:
           Propagation:
             description: "A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`."
+            type: "string"
             enum:
               - "private"
               - "rprivate"