瀏覽代碼

Merge pull request #34828 from allencloud/add-config-tags-in-swagger

add configs tag in swagger.yml
Sebastiaan van Stijn 7 年之前
父節點
當前提交
80edccda70
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      api/swagger.yaml

+ 4 - 0
api/swagger.yaml

@@ -144,6 +144,10 @@ tags:
     x-displayName: "Secrets"
     x-displayName: "Secrets"
     description: |
     description: |
       Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
       Secrets are sensitive data that can be used by services. Swarm mode must be enabled for these endpoints to work.
+  - name: "Config"
+    x-displayName: "Configs"
+    description: |
+      Configs are application configurations that can be used by services. Swarm mode must be enabled for these endpoints to work.
   # System things
   # System things
   - name: "Plugin"
   - name: "Plugin"
     x-displayName: "Plugins"
     x-displayName: "Plugins"